Html Css Color HEX #BB0E20 Venetian Red

📋 copy color: '#BB0E20'

red 187 ◦ green 14 ◦ blue 32

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

Shades of Venetian Red #BB0E20

Tints of Venetian Red #BB0E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 80.26%
G = 6.01%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB0E20 (or 0xBB0E20) is known color: Venetian Red. HEX triplet: BB, 0E and 20. RGB value is (187,14,32). Sum of RGB (Red+Green+Blue) = 187+14+32=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E20 is #44F1DF. Grayscale: #434343. Windows color (decimal): -4518368 or 2100923. OLE color: 2100923.

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

Color convert

RGB 187 14 32 -
CMYK 0 0.93 0.83 0.27
HSL 353.76º 0.86% 0.39% -
HSV(B) 353.76º 0.93% 0.73% -
XYZ 20.91 10.98 2.38 -
YUV 67.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 187 14 32 0 0.93 0.83 0.27 353.76 0.86 0.39
Hex BB E 20 0 5D 53 1B 162 56 27
Octal 273 16 40 0 135 123 33 542 126 47
Binary 10111011 1110 100000 0 1011101 1010011 11011 101100010 1010110 100111

Color Harmonies of #BB0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E20

Black with #BB0E20

Text Example


Text Example

White with #BB0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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