#A22409

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

Shades of Fire Brick #A22409

Tints of Fire Brick #A22409

Color information

#A22409 (or 0xA22409) is unknown color: approx Fire Brick. HEX triplet: A2, 24 and 09. RGB value is (162,36,9). Sum of RGB (Red+Green+Blue) = 162+36+9=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A22409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22409 is #5DDBF6. Grayscale: #464646. Windows color (decimal): -6151159 or 599202. OLE color: 599202.

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

Color convert

RGB162369-
CMYK00.780.940.36
HSL10.59º89.47%33.53%-
HSV(B)10.59º94.44%63.53%-
XYZ15.588.961.17-
YUV70.693.24193.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236900.780.940.3610.5989.4733.53
HexA224904E5E24b5922
Octal24244110116136441313142
Binary10100010100100100101001110101111010010010111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22409; }

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

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

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

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

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

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

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

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