Html Css Color HEX #BB0E19 Venetian Red

📋 copy color: '#BB0E19'

red 187 ◦ green 14 ◦ blue 25

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

Shades of Venetian Red #BB0E19

Tints of Venetian Red #BB0E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 82.74%
G = 6.19%
B = 11.06%

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

#BB0E19 (or 0xBB0E19) is known color: Venetian Red. HEX triplet: BB, 0E and 19. RGB value is (187,14,25). Sum of RGB (Red+Green+Blue) = 187+14+25=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E19 is #44F1E6. Grayscale: #434343. Windows color (decimal): -4518375 or 1642171. OLE color: 1642171.

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

Color convert

RGB 187 14 25 -
CMYK 0 0.93 0.87 0.27
HSL 356.19º 0.86% 0.39% -
HSV(B) 356.19º 0.93% 0.73% -
XYZ 20.83 10.95 1.94 -
YUV 66.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 187 14 25 0 0.93 0.87 0.27 356.19 0.86 0.39
Hex BB E 19 0 5D 57 1B 164 56 27
Octal 273 16 31 0 135 127 33 544 126 47
Binary 10111011 1110 11001 0 1011101 1010111 11011 101100100 1010110 100111

Color Harmonies of #BB0E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E19

Black with #BB0E19

Text Example


Text Example

White with #BB0E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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