#BB000B

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

Shades of Venetian Red #BB000B

Tints of Venetian Red #BB000B

Color information

#BB000B (or 0xBB000B) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 0B. RGB value is (187,0,11). Sum of RGB (Red+Green+Blue) = 187+0+11=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB000B is #44FFF4. Grayscale: #393939. Windows color (decimal): -4521973 or 721083. OLE color: 721083.

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

Color convert

RGB187011-
CMYK010.940.27
HSL356.47º100%36.67%-
HSV(B)356.47º100%73.33%-
XYZ20.5510.591.28-
YUV57.17101.95220.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=94.44%
G=0%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187011010.940.27356.4710036.67
HexBB0B0645E1B1646425
Octal27301301441363354414445
Binary1011101101011011001001011110110111011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB000B; }

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

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

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

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

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

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

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

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