#A22019

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

Shades of Fire Brick #A22019

Tints of Fire Brick #A22019

Color information

#A22019 (or 0xA22019) is unknown color: approx Fire Brick. HEX triplet: A2, 20 and 19. RGB value is (162,32,25). Sum of RGB (Red+Green+Blue) = 162+32+25=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22019 is #5DDFE6. Grayscale: #464646. Windows color (decimal): -6152167 or 1646754. OLE color: 1646754.

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

Color convert

RGB1623225-
CMYK00.800.850.36
HSL3.07º73.26%36.67%-
HSV(B)3.07º84.57%63.53%-
XYZ15.598.781.79-
YUV70.07102.57193.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.97%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=73.97%
G=14.61%
B=11.42%

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
Decimal162322500.800.850.363.0773.2636.67
HexA22019050552434925
Octal2424031012012544311145
Binary1010001010000011001010100001010101100100111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22019; }

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

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

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

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

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

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

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

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