#A22119

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

Shades of Fire Brick #A22119

Tints of Fire Brick #A22119

Color information

#A22119 (or 0xA22119) is unknown color: approx Fire Brick. HEX triplet: A2, 21 and 19. RGB value is (162,33,25). Sum of RGB (Red+Green+Blue) = 162+33+25=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A22119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22119 is #5DDEE6. Grayscale: #464646. Windows color (decimal): -6151911 or 1647010. OLE color: 1647010.

HSL color Cylindrical-coordinate representation of color #A22119: hue angle of 3.5º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A22119 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1623325-
CMYK00.800.850.36
HSL3.5º73.26%36.67%-
HSV(B)3.5º84.57%63.53%-
XYZ15.628.841.8-
YUV70.66102.24193.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=73.64%
G=15%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162332500.800.850.363.573.2636.67
HexA22119050552444925
Octal2424131012012544411145
Binary10100010100001110010101000010101011001001001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22119; }

 p { color: rgb(162,33,25); }

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

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

 a { background-color: rgb(162,33,25); }

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

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

 span { border-color: rgb(162,33,25); }

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