#B10C1A

Color #B10C1A Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B10C1A

Tints of Venetian Red #B10C1A

Color information

#B10C1A (or 0xB10C1A) is unknown color: approx Venetian Red. HEX triplet: B1, 0C and 1A. RGB value is (177,12,26). Sum of RGB (Red+Green+Blue) = 177+12+26=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C1A is #4EF3E5. Grayscale: #3F3F3F. Windows color (decimal): -5174246 or 1707185. OLE color: 1707185.

HSL color Cylindrical-coordinate representation of color #B10C1A: hue angle of 354.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C1A is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1771226-
CMYK00.930.850.31
HSL354.91º87.3%37.06%-
HSV(B)354.91º93.22%69.41%-
XYZ18.459.681.87-
YUV62.93107.16209.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 82.33%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=82.33%
G=5.58%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177122600.930.850.31354.9187.337.06
HexB1C1A05D551F1635725
Octal261143201351253754312745
Binary10110001110011010010111011010101111111011000111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C1A; }

 p { color: rgb(177,12,26); }

 H1.HeaderClassName
 {
   color: #B10C1A;
 }
 .AnyTagClassName
 {
   color: #B10C1A;
 }
</style>
background-color css

<style>
 a { background-color: #B10C1A; }

 a { background-color: rgb(177,12,26); }

 div.DivClassName
 {
   background-color: #B10C1A;
 }
 .BgClassName
 {
   background-color: #B10C1A;
 }
</style>
border-color css

<style>
 span { border-color: #B10C1A; }

 span { border-color: rgb(177,12,26); }

 td.TdClassName
 {
   border-color: #B10C1A;
 }
 .TagClassName
 {
   border-color: #B10C1A;
 }
</style>