Html Css Color HEX #BB0E17 Venetian Red

📋 copy color: '#BB0E17'

red 187 ◦ green 14 ◦ blue 23

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

Shades of Venetian Red #BB0E17

Tints of Venetian Red #BB0E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 83.48%
G = 6.25%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0E17 (or 0xBB0E17) is known color: Venetian Red. HEX triplet: BB, 0E and 17. RGB value is (187,14,23). Sum of RGB (Red+Green+Blue) = 187+14+23=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E17 is #44F1E8. Grayscale: #424242. Windows color (decimal): -4518377 or 1511099. OLE color: 1511099.

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

Color convert

RGB 187 14 23 -
CMYK 0 0.93 0.88 0.27
HSL 356.88º 0.86% 0.39% -
HSV(B) 356.88º 0.93% 0.73% -
XYZ 20.81 10.94 1.83 -
YUV 66.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 187 14 23 0 0.93 0.88 0.27 356.88 0.86 0.39
Hex BB E 17 0 5D 58 1B 165 56 27
Octal 273 16 27 0 135 130 33 545 126 47
Binary 10111011 1110 10111 0 1011101 1011000 11011 101100101 1010110 100111

Color Harmonies of #BB0E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E17

Black with #BB0E17

Text Example


Text Example

White with #BB0E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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