Shades of Fire Brick #A2180E
Tints of Fire Brick #A2180E
RGB
CMYK
RGB Variations
Color information
#A2180E (or 0xA2180E) is known color: Fire Brick. HEX triplet: A2, 18 and 0E. RGB value is (162,24,14). Sum of RGB (Red+Green+Blue) = 162+24+14=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A2180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2180E is #5DE7F1. Grayscale: #404040. Windows color (decimal): -6154226 or 923810. OLE color: 923810.
HSL color Cylindrical-coordinate representation of color #A2180E: hue angle of 4.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2180E is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 14 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.36 |
| HSL | 4.05º | 0.84% | 0.35% | - |
| HSV(B) | 4.05º | 0.91% | 0.64% | - |
| XYZ | 15.31 | 8.37 | 1.22 | - |
| YUV | 64.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 14 | 0 | 0.85 | 0.91 | 0.36 | 4.05 | 0.84 | 0.35 |
| Hex | A2 | 18 | E | 0 | 55 | 5B | 24 | 4 | 54 | 23 |
| Octal | 242 | 30 | 16 | 0 | 125 | 133 | 44 | 4 | 124 | 43 |
| Binary | 10100010 | 11000 | 1110 | 0 | 1010101 | 1011011 | 100100 | 100 | 1010100 | 100011 |
Color Harmonies of #A2180E
Complementary color
Monochromatic Colors of #A2180E
Black with #A2180E
Text Example
Text Example
White with #A2180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2180E; }
p { color: rgb(162,24,14); }
H1.HeaderClassName
{
color: #A2180E;
}
.AnyTagClassName
{
color: #A2180E;
}
</style>
background-color css
<style>
a { background-color: #A2180E; }
a { background-color: rgb(162,24,14); }
div.DivClassName
{
background-color: #A2180E;
}
.BgClassName
{
background-color: #A2180E;
}
</style>
border-color css
<style>
span { border-color: #A2180E; }
span { border-color: rgb(162,24,14); }
td.TdClassName
{
border-color: #A2180E;
}
.TagClassName
{
border-color: #A2180E;
}
</style>