#B62224

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

Shades of Fire Engine Red #B62224

Tints of Fire Engine Red #B62224

Color information

#B62224 (or 0xB62224) is unknown color: approx Fire Engine Red. HEX triplet: B6, 22 and 24. RGB value is (182,34,36). Sum of RGB (Red+Green+Blue) = 182+34+36=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B62224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62224 is #49DDDB. Grayscale: #4E4E4E. Windows color (decimal): -4840924 or 2368182. OLE color: 2368182.

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

Color convert

RGB1823436-
CMYK00.810.800.29
HSL359.19º68.52%42.35%-
HSV(B)359.19º81.32%71.37%-
XYZ20.1811.222.77-
YUV78.48104.03201.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.22%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 36 (14.45% from 255) = 14.29%
R=72.22%
G=13.49%
B=14.29%

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
Decimal182343600.810.800.29359.1968.5242.35
HexB62224051501D167452a
Octal266424401211203554710552
Binary10110110100010100100010100011010000111011011001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62224; }

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

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

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

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

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

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

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

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