Html Css Color HEX #BB1329 Fire Engine Red

📋 copy color: '#BB1329'

red 187 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #BB1329

Tints of Fire Engine Red #BB1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 75.71%
G = 7.69%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB1329 (or 0xBB1329) is known color: Fire Engine Red. HEX triplet: BB, 13 and 29. RGB value is (187,19,41). Sum of RGB (Red+Green+Blue) = 187+19+41=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1329 is #44ECD6. Grayscale: #474747. Windows color (decimal): -4517079 or 2692027. OLE color: 2692027.

HSL color Cylindrical-coordinate representation of color #BB1329: hue angle of 352.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1329 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 41 -
CMYK 0 0.90 0.78 0.27
HSL 352.14º 0.82% 0.4% -
HSV(B) 352.14º 0.9% 0.73% -
XYZ 21.13 11.19 3.14 -
YUV 71.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 187 19 41 0 0.90 0.78 0.27 352.14 0.82 0.4
Hex BB 13 29 0 5A 4E 1B 160 52 28
Octal 273 23 51 0 132 116 33 540 122 50
Binary 10111011 10011 101001 0 1011010 1001110 11011 101100000 1010010 101000

Color Harmonies of #BB1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1329

Black with #BB1329

Text Example


Text Example

White with #BB1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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