Html Css Color HEX #BB0E0F Venetian Red

📋 copy color: '#BB0E0F'

red 187 ◦ green 14 ◦ blue 15

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

Shades of Venetian Red #BB0E0F

Tints of Venetian Red #BB0E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 86.57%
G = 6.48%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB0E0F (or 0xBB0E0F) is known color: Venetian Red. HEX triplet: BB, 0E and 0F. RGB value is (187,14,15). Sum of RGB (Red+Green+Blue) = 187+14+15=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0E0F is #44F1F0. Grayscale: #424242. Windows color (decimal): -4518385 or 986811. OLE color: 986811.

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

Color convert

RGB 187 14 15 -
CMYK 0 0.93 0.92 0.27
HSL 359.65º 0.86% 0.39% -
HSV(B) 359.65º 0.93% 0.73% -
XYZ 20.74 10.91 1.47 -
YUV 65.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 187 14 15 0 0.93 0.92 0.27 359.65 0.86 0.39
Hex BB E F 0 5D 5C 1B 168 56 27
Octal 273 16 17 0 135 134 33 550 126 47
Binary 10111011 1110 1111 0 1011101 1011100 11011 101101000 1010110 100111

Color Harmonies of #BB0E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E0F

Black with #BB0E0F

Text Example


Text Example

White with #BB0E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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