#A2160A

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

Shades of Fire Brick #A2160A

Tints of Fire Brick #A2160A

Color information

#A2160A (or 0xA2160A) is unknown color: approx Fire Brick. HEX triplet: A2, 16 and 0A. RGB value is (162,22,10). Sum of RGB (Red+Green+Blue) = 162+22+10=194 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.51% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 162 - color contains mainly: red. Hex color #A2160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2160A is #5DE9F5. Grayscale: #3E3E3E. Windows color (decimal): -6154742 or 661154. OLE color: 661154.

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

Color convert

RGB1622210-
CMYK00.860.940.36
HSL4.74º88.37%33.73%-
HSV(B)4.74º93.83%63.53%-
XYZ15.248.281.08-
YUV62.4998.38198.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.51%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=83.51%
G=11.34%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162221000.860.940.364.7488.3733.73
HexA216A0565E2455822
Octal2422612012613644513042
Binary101000101011010100101011010111101001001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2160A; }

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

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

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

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

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

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

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

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