#B52225

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

Shades of Fire Engine Red #B52225

Tints of Fire Engine Red #B52225

Color information

#B52225 (or 0xB52225) is unknown color: approx Fire Engine Red. HEX triplet: B5, 22 and 25. RGB value is (181,34,37). Sum of RGB (Red+Green+Blue) = 181+34+37=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B52225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52225 is #4ADDDA. Grayscale: #4E4E4E. Windows color (decimal): -4906459 or 2433717. OLE color: 2433717.

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

Color convert

RGB1813437-
CMYK00.810.800.29
HSL358.78º68.37%42.16%-
HSV(B)358.78º81.22%70.98%-
XYZ19.9611.12.84-
YUV78.3104.7201.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=71.83%
G=13.49%
B=14.68%

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
Decimal181343700.810.800.29358.7868.3742.16
HexB52225051501D167442a
Octal265424501211203554710452
Binary10110101100010100101010100011010000111011011001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52225; }

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

 H1.HeaderClassName
 {
   color: #B52225;
 }
 .AnyTagClassName
 {
   color: #B52225;
 }
</style>
background-color css

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

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

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

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

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

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