Html Css Color HEX #B32224 Fire Engine Red

📋 copy color: '#B32224'

red 179 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #B32224

Tints of Fire Engine Red #B32224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.65%

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

R = 71.89%
G = 13.65%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B32224 (or 0xB32224) is known color: Fire Engine Red. HEX triplet: B3, 22 and 24. RGB value is (179,34,36). Sum of RGB (Red+Green+Blue) = 179+34+36=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B32224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32224 is #4CDDDB. Grayscale: #4D4D4D. Windows color (decimal): -5037532 or 2368179. OLE color: 2368179.

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

Color convert

RGB 179 34 36 -
CMYK 0 0.81 0.80 0.30
HSL 359.17º 0.68% 0.42% -
HSV(B) 359.17º 0.81% 0.7% -
XYZ 19.48 10.86 2.74 -
YUV 77.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 179 34 36 0 0.81 0.80 0.30 359.17 0.68 0.42
Hex B3 22 24 0 51 50 1E 167 44 2A
Octal 263 42 44 0 121 120 36 547 104 52
Binary 10110011 100010 100100 0 1010001 1010000 11110 101100111 1000100 101010

Color Harmonies of #B32224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32224

Black with #B32224

Text Example


Text Example

White with #B32224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32224; }

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

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

background-color css

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

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

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

border-color css

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

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

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