#A22A12

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

Shades of Fire Brick #A22A12

Tints of Fire Brick #A22A12

Color information

#A22A12 (or 0xA22A12) is unknown color: approx Fire Brick. HEX triplet: A2, 2A and 12. RGB value is (162,42,18). Sum of RGB (Red+Green+Blue) = 162+42+18=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A12 is #5DD5ED. Grayscale: #4B4B4B. Windows color (decimal): -6149614 or 1190562. OLE color: 1190562.

HSL color Cylindrical-coordinate representation of color #A22A12: hue angle of 10º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A22A12 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1624218-
CMYK00.740.890.36
HSL10º80%35.29%-
HSV(B)10º88.89%63.53%-
XYZ15.849.381.55-
YUV75.1495.76189.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=72.97%
G=18.92%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162421800.740.890.36108035.29
HexA22A1204A5924a5023
Octal24252220112131441212043
Binary101000101010101001001001010101100110010010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A12; }

 p { color: rgb(162,42,18); }

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

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

 a { background-color: rgb(162,42,18); }

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

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

 span { border-color: rgb(162,42,18); }

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