#BB0B17

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

Shades of Venetian Red #BB0B17

Tints of Venetian Red #BB0B17

Color information

#BB0B17 (or 0xBB0B17) is unknown color: approx Venetian Red. HEX triplet: BB, 0B and 17. RGB value is (187,11,23). Sum of RGB (Red+Green+Blue) = 187+11+23=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B17 is #44F4E8. Grayscale: #414141. Windows color (decimal): -4519145 or 1510331. OLE color: 1510331.

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

Color convert

RGB1871123-
CMYK00.940.880.27
HSL355.91º88.89%38.82%-
HSV(B)355.91º94.12%73.33%-
XYZ20.7710.871.81-
YUV64.99104.31215.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 84.62%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 23 (9.38% from 255) = 10.41%
R=84.62%
G=4.98%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187112300.940.880.27355.9188.8938.82
HexBBB1705E581B1645927
Octal273132701361303354413147
Binary10111011101110111010111101011000110111011001001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B17; }

 p { color: rgb(187,11,23); }

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

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

 a { background-color: rgb(187,11,23); }

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

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

 span { border-color: rgb(187,11,23); }

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