#BB000C

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

Shades of Venetian Red #BB000C

Tints of Venetian Red #BB000C

Color information

#BB000C (or 0xBB000C) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 0C. RGB value is (187,0,12). Sum of RGB (Red+Green+Blue) = 187+0+12=199 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.97% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 187 - color contains mainly: red. Hex color #BB000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB000C is #44FFF3. Grayscale: #393939. Windows color (decimal): -4521972 or 786619. OLE color: 786619.

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

Color convert

RGB187012-
CMYK010.940.27
HSL356.15º100%36.67%-
HSV(B)356.15º100%73.33%-
XYZ20.5610.591.31-
YUV57.28102.45220.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 93.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=93.97%
G=0%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187012010.940.27356.1510036.67
HexBB0C0645E1B1646425
Octal27301401441363354414445
Binary1011101101100011001001011110110111011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB000C; }

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

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

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

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

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

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

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

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