#A22005

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

Shades of Fire Brick #A22005

Tints of Fire Brick #A22005

Color information

#A22005 (or 0xA22005) is unknown color: approx Fire Brick. HEX triplet: A2, 20 and 05. RGB value is (162,32,5). Sum of RGB (Red+Green+Blue) = 162+32+5=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A22005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22005 is #5DDFFA. Grayscale: #444444. Windows color (decimal): -6152187 or 336034. OLE color: 336034.

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

Color convert

RGB162325-
CMYK00.800.970.36
HSL10.32º94.01%32.75%-
HSV(B)10.32º96.91%63.53%-
XYZ15.448.731.01-
YUV67.7992.57195.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.41%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=81.41%
G=16.08%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16232500.800.970.3610.3294.0132.75
HexA22050506124a5e21
Octal2424050120141441213641
Binary1010001010000010101010000110000110010010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22005; }

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

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

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

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

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

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

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

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