#BB0915

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

Shades of Venetian Red #BB0915

Tints of Venetian Red #BB0915

Color information

#BB0915 (or 0xBB0915) is unknown color: approx Venetian Red. HEX triplet: BB, 09 and 15. RGB value is (187,9,21). Sum of RGB (Red+Green+Blue) = 187+9+21=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0915 is #44F6EA. Grayscale: #3F3F3F. Windows color (decimal): -4519659 or 1378747. OLE color: 1378747.

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

Color convert

RGB187921-
CMYK00.950.890.27
HSL355.96º90.82%38.43%-
HSV(B)355.96º95.19%73.33%-
XYZ20.7310.811.7-
YUV63.59103.97216.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 86.18%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=86.18%
G=4.15%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18792100.950.890.27355.9690.8238.43
HexBB91505F591B1645b26
Octal273112501371313354413346
Binary10111011100110101010111111011001110111011001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0915; }

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

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

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

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

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

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

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

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