Html Css Color HEX #B32122 Fire Engine Red

📋 copy color: '#B32122'

red 179 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #B32122

Tints of Fire Engine Red #B32122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 72.76%
G = 13.41%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B32122 (or 0xB32122) is known color: Fire Engine Red. HEX triplet: B3, 21 and 22. RGB value is (179,33,34). Sum of RGB (Red+Green+Blue) = 179+33+34=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B32122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32122 is #4CDEDD. Grayscale: #4C4C4C. Windows color (decimal): -5037790 or 2236851. OLE color: 2236851.

HSL color Cylindrical-coordinate representation of color #B32122: hue angle of 359.59º 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 #B32122 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 34 -
CMYK 0 0.82 0.81 0.30
HSL 359.59º 0.69% 0.42% -
HSV(B) 359.59º 0.82% 0.7% -
XYZ 19.42 10.79 2.57 -
YUV 76.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 179 33 34 0 0.82 0.81 0.30 359.59 0.69 0.42
Hex B3 21 22 0 52 51 1E 168 45 2A
Octal 263 41 42 0 122 121 36 550 105 52
Binary 10110011 100001 100010 0 1010010 1010001 11110 101101000 1000101 101010

Color Harmonies of #B32122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32122

Black with #B32122

Text Example


Text Example

White with #B32122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32122; }

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

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

background-color css

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

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

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

border-color css

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

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

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