Html Css Color HEX #BB0E11 Venetian Red

📋 copy color: '#BB0E11'

red 187 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #BB0E11

Tints of Venetian Red #BB0E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 85.78%
G = 6.42%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0E11 (or 0xBB0E11) is known color: Venetian Red. HEX triplet: BB, 0E and 11. RGB value is (187,14,17). Sum of RGB (Red+Green+Blue) = 187+14+17=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E11 is #44F1EE. Grayscale: #424242. Windows color (decimal): -4518383 or 1117883. OLE color: 1117883.

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

Color convert

RGB 187 14 17 -
CMYK 0 0.93 0.91 0.27
HSL 358.96º 0.86% 0.39% -
HSV(B) 358.96º 0.93% 0.73% -
XYZ 20.75 10.92 1.54 -
YUV 66.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 187 14 17 0 0.93 0.91 0.27 358.96 0.86 0.39
Hex BB E 11 0 5D 5B 1B 167 56 27
Octal 273 16 21 0 135 133 33 547 126 47
Binary 10111011 1110 10001 0 1011101 1011011 11011 101100111 1010110 100111

Color Harmonies of #BB0E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E11

Black with #BB0E11

Text Example


Text Example

White with #BB0E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E11; }

 p { color: rgb(187,14,17); }

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

background-color css

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

 a { background-color: rgb(187,14,17); }

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

border-color css

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

 span { border-color: rgb(187,14,17); }

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