#B52224

Color #B52224 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B52224

Tints of Fire Engine Red #B52224

Color information

#B52224 (or 0xB52224) is unknown color: approx 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

RGB1813436-
CMYK00.810.800.29
HSL359.18º68.37%42.16%-
HSV(B)359.18º81.22%70.98%-
XYZ19.9511.12.76-
YUV78.18104.2201.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181343600.810.800.29359.1868.3742.16
HexB52224051501D167442a
Octal265424401211203554710452
Binary10110101100010100100010100011010000111011011001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>