Html Css Color HEX #BB0916 Venetian Red

📋 copy color: '#BB0916'

red 187 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #BB0916

Tints of Venetian Red #BB0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 85.78%
G = 4.13%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0916 (or 0xBB0916) is known color: Venetian Red. HEX triplet: BB, 09 and 16. RGB value is (187,9,22). Sum of RGB (Red+Green+Blue) = 187+9+22=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0916 is #44F6E9. Grayscale: #3F3F3F. Windows color (decimal): -4519658 or 1444283. OLE color: 1444283.

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

Color convert

RGB 187 9 22 -
CMYK 0 0.95 0.88 0.27
HSL 355.62º 0.91% 0.38% -
HSV(B) 355.62º 0.95% 0.73% -
XYZ 20.74 10.82 1.75 -
YUV 63.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 187 9 22 0 0.95 0.88 0.27 355.62 0.91 0.38
Hex BB 9 16 0 5F 58 1B 164 5B 26
Octal 273 11 26 0 137 130 33 544 133 46
Binary 10111011 1001 10110 0 1011111 1011000 11011 101100100 1011011 100110

Color Harmonies of #BB0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0916

Black with #BB0916

Text Example


Text Example

White with #BB0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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