#BB0B18

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

Shades of Venetian Red #BB0B18

Tints of Venetian Red #BB0B18

Color information

#BB0B18 (or 0xBB0B18) is unknown color: approx Venetian Red. HEX triplet: BB, 0B and 18. RGB value is (187,11,24). Sum of RGB (Red+Green+Blue) = 187+11+24=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B18 is #44F4E7. Grayscale: #414141. Windows color (decimal): -4519144 or 1575867. OLE color: 1575867.

HSL color Cylindrical-coordinate representation of color #BB0B18: hue angle of 355.57º 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 #BB0B18 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1871124-
CMYK00.940.870.27
HSL355.57º88.89%38.82%-
HSV(B)355.57º94.12%73.33%-
XYZ20.7810.871.87-
YUV65.11104.81214.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 84.23%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=84.23%
G=4.95%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187112400.940.870.27355.5788.8938.82
HexBBB1805E571B1645927
Octal273133001361273354413147
Binary10111011101111000010111101010111110111011001001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B18; }

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

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

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

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

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

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

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

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