#A2240A

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

Shades of Fire Brick #A2240A

Tints of Fire Brick #A2240A

Color information

#A2240A (or 0xA2240A) is unknown color: approx Fire Brick. HEX triplet: A2, 24 and 0A. RGB value is (162,36,10). Sum of RGB (Red+Green+Blue) = 162+36+10=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2240A is #5DDBF5. Grayscale: #464646. Windows color (decimal): -6151158 or 664738. OLE color: 664738.

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

Color convert

RGB1623610-
CMYK00.780.940.36
HSL10.26º88.37%33.73%-
HSV(B)10.26º93.83%63.53%-
XYZ15.598.971.2-
YUV70.7193.74193.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 10 (4.30% from 255) = 4.81%
R=77.88%
G=17.31%
B=4.81%

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
Decimal162361000.780.940.3610.2688.3733.73
HexA224A04E5E24a5822
Octal24244120116136441213042
Binary10100010100100101001001110101111010010010101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2240A; }

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

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

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

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

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

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

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

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