Html Css Color HEX #BB0E29 Fire Engine Red

📋 copy color: '#BB0E29'

red 187 ◦ green 14 ◦ blue 41

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

Shades of Fire Engine Red #BB0E29

Tints of Fire Engine Red #BB0E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 77.27%
G = 5.79%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB0E29 (or 0xBB0E29) is known color: Fire Engine Red. HEX triplet: BB, 0E and 29. RGB value is (187,14,41). Sum of RGB (Red+Green+Blue) = 187+14+41=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E29 is #44F1D6. Grayscale: #444444. Windows color (decimal): -4518359 or 2690747. OLE color: 2690747.

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

Color convert

RGB 187 14 41 -
CMYK 0 0.93 0.78 0.27
HSL 350.64º 0.86% 0.39% -
HSV(B) 350.64º 0.93% 0.73% -
XYZ 21.05 11.04 3.12 -
YUV 68.81 112.31 212.3 -
System Red Green Blue C M Y K H S L
Decimal 187 14 41 0 0.93 0.78 0.27 350.64 0.86 0.39
Hex BB E 29 0 5D 4E 1B 15F 56 27
Octal 273 16 51 0 135 116 33 537 126 47
Binary 10111011 1110 101001 0 1011101 1001110 11011 101011111 1010110 100111

Color Harmonies of #BB0E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E29

Black with #BB0E29

Text Example


Text Example

White with #BB0E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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