Html Css Color HEX #BB0B0E Venetian Red

📋 copy color: '#BB0B0E'

red 187 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #BB0B0E

Tints of Venetian Red #BB0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

 BLUE value IS 14 (5.86% from 255) = 6.6%

R = 88.21%
G = 5.19%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB0B0E (or 0xBB0B0E) is known color: Venetian Red. HEX triplet: BB, 0B and 0E. RGB value is (187,11,14). Sum of RGB (Red+Green+Blue) = 187+11+14=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0B0E is #44F4F1. Grayscale: #404040. Windows color (decimal): -4519154 or 920507. OLE color: 920507.

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

Color convert

RGB 187 11 14 -
CMYK 0 0.94 0.93 0.27
HSL 358.98º 0.89% 0.39% -
HSV(B) 358.98º 0.94% 0.73% -
XYZ 20.69 10.84 1.42 -
YUV 63.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 187 11 14 0 0.94 0.93 0.27 358.98 0.89 0.39
Hex BB B E 0 5E 5D 1B 167 59 27
Octal 273 13 16 0 136 135 33 547 131 47
Binary 10111011 1011 1110 0 1011110 1011101 11011 101100111 1011001 100111

Color Harmonies of #BB0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B0E

Black with #BB0B0E

Text Example


Text Example

White with #BB0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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