Html Css Color HEX #B32124 Fire Engine Red

📋 copy color: '#B32124'

red 179 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #B32124

Tints of Fire Engine Red #B32124

RGB

 RED value IS 179 (70.31% from 255) = 72.18%

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 72.18%
G = 13.31%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B32124 (or 0xB32124) is known color: Fire Engine Red. HEX triplet: B3, 21 and 24. RGB value is (179,33,36). Sum of RGB (Red+Green+Blue) = 179+33+36=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32124 is #4CDEDB. Grayscale: #4D4D4D. Windows color (decimal): -5037788 or 2367923. OLE color: 2367923.

HSL color Cylindrical-coordinate representation of color #B32124: hue angle of 358.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32124 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 36 -
CMYK 0 0.82 0.80 0.30
HSL 358.77º 0.69% 0.42% -
HSV(B) 358.77º 0.82% 0.7% -
XYZ 19.45 10.8 2.73 -
YUV 77 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 179 33 36 0 0.82 0.80 0.30 358.77 0.69 0.42
Hex B3 21 24 0 52 50 1E 167 45 2A
Octal 263 41 44 0 122 120 36 547 105 52
Binary 10110011 100001 100100 0 1010010 1010000 11110 101100111 1000101 101010

Color Harmonies of #B32124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32124

Black with #B32124

Text Example


Text Example

White with #B32124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32124; }

 p { color: rgb(179,33,36); }

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

background-color css

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

 a { background-color: rgb(179,33,36); }

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

border-color css

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

 span { border-color: rgb(179,33,36); }

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