Html Css Color HEX #BB0809 Venetian Red

📋 copy color: '#BB0809'

red 187 ◦ green 8 ◦ blue 9

#BB0809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BB0809

Tints of Venetian Red #BB0809

RGB

 RED value IS 187 (73.44% from 255) = 91.67%

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 9 (3.91% from 255) = 4.41%

R = 91.67%
G = 3.92%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB0809 (or 0xBB0809) is known color: Venetian Red. HEX triplet: BB, 08 and 09. RGB value is (187,8,9). Sum of RGB (Red+Green+Blue) = 187+8+9=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0809 is #44F7F6. Grayscale: #3D3D3D. Windows color (decimal): -4519927 or 592059. OLE color: 592059.

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

Color convert

RGB 187 8 9 -
CMYK 0 0.96 0.95 0.27
HSL 359.66º 0.92% 0.38% -
HSV(B) 359.66º 0.96% 0.73% -
XYZ 20.63 10.76 1.25 -
YUV 61.64 98.3 217.42 -
System Red Green Blue C M Y K H S L
Decimal 187 8 9 0 0.96 0.95 0.27 359.66 0.92 0.38
Hex BB 8 9 0 60 5F 1B 168 5C 26
Octal 273 10 11 0 140 137 33 550 134 46
Binary 10111011 1000 1001 0 1100000 1011111 11011 101101000 1011100 100110

Color Harmonies of #BB0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0809

Black with #BB0809

Text Example


Text Example

White with #BB0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0809; }

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

 H1.HeaderClassName
 {
   color: #BB0809;
 }
 .AnyTagClassName
 {
   color: #BB0809;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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