#BB0009

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

Shades of Venetian Red #BB0009

Tints of Venetian Red #BB0009

Color information

#BB0009 (or 0xBB0009) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 09. RGB value is (187,0,9). Sum of RGB (Red+Green+Blue) = 187+0+9=196 (25% of max value = 765). Red value is 187 (73.44% from 255 or 95.41% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0009 is #44FFF6. Grayscale: #393939. Windows color (decimal): -4521975 or 590011. OLE color: 590011.

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

Color convert

RGB18709-
CMYK010.950.27
HSL357.11º100%36.67%-
HSV(B)357.11º100%73.33%-
XYZ20.5410.581.22-
YUV56.94100.95220.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 95.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 4.59%
R=95.41%
G=0%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18709010.950.27357.1110036.67
HexBB090645F1B1656425
Octal27301101441373354514445
Binary1011101101001011001001011111110111011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0009; }

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

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

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

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

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

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

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

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