Html Css Color HEX #BB0E18 Venetian Red

📋 copy color: '#BB0E18'

red 187 ◦ green 14 ◦ blue 24

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

Shades of Venetian Red #BB0E18

Tints of Venetian Red #BB0E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 83.11%
G = 6.22%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB0E18 (or 0xBB0E18) is known color: Venetian Red. HEX triplet: BB, 0E and 18. RGB value is (187,14,24). Sum of RGB (Red+Green+Blue) = 187+14+24=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E18 is #44F1E7. Grayscale: #434343. Windows color (decimal): -4518376 or 1576635. OLE color: 1576635.

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

Color convert

RGB 187 14 24 -
CMYK 0 0.93 0.87 0.27
HSL 356.53º 0.86% 0.39% -
HSV(B) 356.53º 0.93% 0.73% -
XYZ 20.82 10.94 1.88 -
YUV 66.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 187 14 24 0 0.93 0.87 0.27 356.53 0.86 0.39
Hex BB E 18 0 5D 57 1B 165 56 27
Octal 273 16 30 0 135 127 33 545 126 47
Binary 10111011 1110 11000 0 1011101 1010111 11011 101100101 1010110 100111

Color Harmonies of #BB0E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E18

Black with #BB0E18

Text Example


Text Example

White with #BB0E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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