#A22A10

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

Shades of Fire Brick #A22A10

Tints of Fire Brick #A22A10

Color information

#A22A10 (or 0xA22A10) is unknown color: approx Fire Brick. HEX triplet: A2, 2A and 10. RGB value is (162,42,16). Sum of RGB (Red+Green+Blue) = 162+42+16=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A10 is #5DD5EF. Grayscale: #4B4B4B. Windows color (decimal): -6149616 or 1059490. OLE color: 1059490.

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

Color convert

RGB1624216-
CMYK00.740.900.36
HSL10.68º82.02%34.9%-
HSV(B)10.68º90.12%63.53%-
XYZ15.829.371.47-
YUV74.9294.76190.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 16 (6.64% from 255) = 7.27%
R=73.64%
G=19.09%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162421600.740.900.3610.6882.0234.9
HexA22A1004A5A24b5223
Octal24252200112132441312243
Binary101000101010101000001001010101101010010010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A10; }

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

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

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

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

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

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

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

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