Html Css Color HEX #BB0709 Venetian Red

📋 copy color: '#BB0709'

red 187 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #BB0709

Tints of Venetian Red #BB0709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 92.12%
G = 3.45%
B = 4.43%

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

#BB0709 (or 0xBB0709) is known color: Venetian Red. HEX triplet: BB, 07 and 09. RGB value is (187,7,9). Sum of RGB (Red+Green+Blue) = 187+7+9=203 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.12% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0709 is #44F8F6. Grayscale: #3D3D3D. Windows color (decimal): -4520183 or 591803. OLE color: 591803.

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

Color convert

RGB 187 7 9 -
CMYK 0 0.96 0.95 0.27
HSL 359.33º 0.93% 0.38% -
HSV(B) 359.33º 0.96% 0.73% -
XYZ 20.62 10.74 1.24 -
YUV 61.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 187 7 9 0 0.96 0.95 0.27 359.33 0.93 0.38
Hex BB 7 9 0 60 5F 1B 167 5D 26
Octal 273 7 11 0 140 137 33 547 135 46
Binary 10111011 111 1001 0 1100000 1011111 11011 101100111 1011101 100110

Color Harmonies of #BB0709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0709

Black with #BB0709

Text Example


Text Example

White with #BB0709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0709; }

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

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

background-color css

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

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

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

border-color css

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

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

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