#BB0008

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

Shades of Venetian Red #BB0008

Tints of Venetian Red #BB0008

Color information

#BB0008 (or 0xBB0008) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 08. RGB value is (187,0,8). Sum of RGB (Red+Green+Blue) = 187+0+8=195 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.90% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0008 is #44FFF7. Grayscale: #383838. Windows color (decimal): -4521976 or 524475. OLE color: 524475.

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

Color convert

RGB18708-
CMYK010.960.27
HSL357.43º100%36.67%-
HSV(B)357.43º100%73.33%-
XYZ20.5410.581.19-
YUV56.82100.45220.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 95.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=95.90%
G=0%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18708010.960.27357.4310036.67
HexBB08064601B1656425
Octal27301001441403354514445
Binary1011101101000011001001100000110111011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0008; }

 p { color: rgb(187,0,8); }

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

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

 a { background-color: rgb(187,0,8); }

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

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

 span { border-color: rgb(187,0,8); }

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