#BB0916

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

Shades of Venetian Red #BB0916

Tints of Venetian Red #BB0916

Color information

#BB0916 (or 0xBB0916) is unknown color: approx Venetian Red. HEX triplet: BB, 09 and 16. RGB value is (187,9,22). Sum of RGB (Red+Green+Blue) = 187+9+22=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0916 is #44F6E9. Grayscale: #3F3F3F. Windows color (decimal): -4519658 or 1444283. OLE color: 1444283.

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

Color convert

RGB187922-
CMYK00.950.880.27
HSL355.62º90.82%38.43%-
HSV(B)355.62º95.19%73.33%-
XYZ20.7410.821.75-
YUV63.7104.47215.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 85.78%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=85.78%
G=4.13%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18792200.950.880.27355.6290.8238.43
HexBB91605F581B1645b26
Octal273112601371303354413346
Binary10111011100110110010111111011000110111011001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0916; }

 p { color: rgb(187,9,22); }

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

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

 a { background-color: rgb(187,9,22); }

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

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

 span { border-color: rgb(187,9,22); }

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