#b42224

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

Shades of Fire Engine Red #B42224

Tints of Fire Engine Red #B42224

Color information

#B42224 (or 0xB42224) is unknown color: approx Fire Engine Red. HEX triplet: B4, 22 and 24. RGB value is (180,34,36). Sum of RGB (Red+Green+Blue) = 180+34+36=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B42224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42224 is #4BDDDB. Grayscale: #4E4E4E. Windows color (decimal): -4971996 or 2368180. OLE color: 2368180.

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

Color convert

RGB1803436-
CMYK00.810.80.29
HSL359.18º68.22%41.96%-
HSV(B)359.18º81.11%70.59%-
XYZ19.7110.972.75-
YUV77.88104.37200.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 36 (14.45% from 255) = 14.4%
R=72%
G=13.6%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180343600.810.80.29359.1868.2241.96
HexB42224051501D167442a
Octal264424401211203554710452
Binary10110100100010100100010100011010000111011011001111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42224; }

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

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

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

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

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

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

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

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