#A2180A

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

Shades of Fire Brick #A2180A

Tints of Fire Brick #A2180A

Color information

#A2180A (or 0xA2180A) is unknown color: approx Fire Brick. HEX triplet: A2, 18 and 0A. RGB value is (162,24,10). Sum of RGB (Red+Green+Blue) = 162+24+10=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2180A is #5DE7F5. Grayscale: #3F3F3F. Windows color (decimal): -6154230 or 661666. OLE color: 661666.

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

Color convert

RGB1622410-
CMYK00.850.940.36
HSL5.53º88.37%33.73%-
HSV(B)5.53º93.83%63.53%-
XYZ15.288.361.09-
YUV63.6797.72198.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.65%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=82.65%
G=12.24%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162241000.850.940.365.5388.3733.73
HexA218A0555E2465822
Octal2423012012513644613042
Binary101000101100010100101010110111101001001101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2180A; }

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

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

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

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

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

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

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

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