#B22122

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

Shades of Fire Engine Red #B22122

Tints of Fire Engine Red #B22122

Color information

#B22122 (or 0xB22122) is unknown color: approx Fire Engine Red. HEX triplet: B2, 21 and 22. RGB value is (178,33,34). Sum of RGB (Red+Green+Blue) = 178+33+34=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B22122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22122 is #4DDEDD. Grayscale: #4C4C4C. Windows color (decimal): -5103326 or 2236850. OLE color: 2236850.

HSL color Cylindrical-coordinate representation of color #B22122: hue angle of 359.59º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22122 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1783334-
CMYK00.810.810.30
HSL359.59º68.72%41.37%-
HSV(B)359.59º81.46%69.8%-
XYZ19.1910.672.56-
YUV76.47104.04200.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.65%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=72.65%
G=13.47%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178333400.810.810.30359.5968.7241.37
HexB22122051511E1684529
Octal262414201211213655010551
Binary10110010100001100010010100011010001111101011010001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22122; }

 p { color: rgb(178,33,34); }

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

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

 a { background-color: rgb(178,33,34); }

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

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

 span { border-color: rgb(178,33,34); }

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