#B9060C

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

Shades of Venetian Red #B9060C

Tints of Venetian Red #B9060C

Color information

#B9060C (or 0xB9060C) is unknown color: approx Venetian Red. HEX triplet: B9, 06 and 0C. RGB value is (185,6,12). Sum of RGB (Red+Green+Blue) = 185+6+12=203 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.13% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 185 - color contains mainly: red. Hex color #B9060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9060C is #46F9F3. Grayscale: #3C3C3C. Windows color (decimal): -4651508 or 788153. OLE color: 788153.

HSL color Cylindrical-coordinate representation of color #B9060C: hue angle of 357.99º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB185612-
CMYK00.970.940.27
HSL357.99º93.72%37.45%-
HSV(B)357.99º96.76%72.55%-
XYZ20.1410.471.31-
YUV60.2100.8217.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 91.13%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=91.13%
G=2.96%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18561200.970.940.27357.9993.7237.45
HexB96C0615E1B1665e25
Octal27161401411363354613645
Binary101110011101100011000011011110110111011001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9060C; }

 p { color: rgb(185,6,12); }

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

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

 a { background-color: rgb(185,6,12); }

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

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

 span { border-color: rgb(185,6,12); }

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