Html Css Color HEX #B52224 Fire Engine Red

📋 copy color: '#B52224'

red 181 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #B52224

Tints of Fire Engine Red #B52224

RGB

 RED value IS 181 (71.09% from 255) = 72.11%

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

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

R = 72.11%
G = 13.55%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B52224 (or 0xB52224) is known color: Fire Engine Red. HEX triplet: B5, 22 and 24. RGB value is (181,34,36). Sum of RGB (Red+Green+Blue) = 181+34+36=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B52224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52224 is #4ADDDB. Grayscale: #4E4E4E. Windows color (decimal): -4906460 or 2368181. OLE color: 2368181.

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

Color convert

RGB 181 34 36 -
CMYK 0 0.81 0.80 0.29
HSL 359.18º 0.68% 0.42% -
HSV(B) 359.18º 0.81% 0.71% -
XYZ 19.95 11.1 2.76 -
YUV 78.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 181 34 36 0 0.81 0.80 0.29 359.18 0.68 0.42
Hex B5 22 24 0 51 50 1D 167 44 2A
Octal 265 42 44 0 121 120 35 547 104 52
Binary 10110101 100010 100100 0 1010001 1010000 11101 101100111 1000100 101010

Color Harmonies of #B52224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52224

Black with #B52224

Text Example


Text Example

White with #B52224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52224; }

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

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

background-color css

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

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

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

border-color css

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

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

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