#A22209

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

Shades of Fire Brick #A22209

Tints of Fire Brick #A22209

Color information

#A22209 (or 0xA22209) is unknown color: approx Fire Brick. HEX triplet: A2, 22 and 09. RGB value is (162,34,9). Sum of RGB (Red+Green+Blue) = 162+34+9=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22209 is #5DDDF6. Grayscale: #454545. Windows color (decimal): -6151671 or 598690. OLE color: 598690.

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

Color convert

RGB162349-
CMYK00.790.940.36
HSL9.8º89.47%33.53%-
HSV(B)9.8º94.44%63.53%-
XYZ15.528.851.15-
YUV69.4293.91194.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=79.02%
G=16.59%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16234900.790.940.369.889.4733.53
HexA222904F5E24a5922
Octal24242110117136441213142
Binary10100010100010100101001111101111010010010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22209; }

 p { color: rgb(162,34,9); }

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

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

 a { background-color: rgb(162,34,9); }

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

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

 span { border-color: rgb(162,34,9); }

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