Shades of Fire Brick #A2180A
Tints of Fire Brick #A2180A
RGB
CMYK
RGB Variations
Color information
#A2180A (or 0xA2180A) is known color: 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
| RGB | 162 | 24 | 10 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.36 |
| HSL | 5.53º | 0.88% | 0.34% | - |
| HSV(B) | 5.53º | 0.94% | 0.64% | - |
| XYZ | 15.28 | 8.36 | 1.09 | - |
| YUV | 63.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 10 | 0 | 0.85 | 0.94 | 0.36 | 5.53 | 0.88 | 0.34 |
| Hex | A2 | 18 | A | 0 | 55 | 5E | 24 | 6 | 58 | 22 |
| Octal | 242 | 30 | 12 | 0 | 125 | 136 | 44 | 6 | 130 | 42 |
| Binary | 10100010 | 11000 | 1010 | 0 | 1010101 | 1011110 | 100100 | 110 | 1011000 | 100010 |
Color Harmonies of #A2180A
Complementary color
Monochromatic Colors of #A2180A
Black with #A2180A
Text Example
Text Example
White with #A2180A
Text Example
Text Example
HTML Codes & Css Web 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>