Shades of Fire Brick #A2130E
Tints of Fire Brick #A2130E
RGB
CMYK
RGB Variations
Color information
#A2130E (or 0xA2130E) is known color: Fire Brick. HEX triplet: A2, 13 and 0E. RGB value is (162,19,14). Sum of RGB (Red+Green+Blue) = 162+19+14=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A2130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2130E is #5DECF1. Grayscale: #3D3D3D. Windows color (decimal): -6155506 or 922530. OLE color: 922530.
HSL color Cylindrical-coordinate representation of color #A2130E: hue angle of 2.03º 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 #A2130E is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 14 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.36 |
| HSL | 2.03º | 0.84% | 0.35% | - |
| HSV(B) | 2.03º | 0.91% | 0.64% | - |
| XYZ | 15.21 | 8.18 | 1.19 | - |
| YUV | 61.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 14 | 0 | 0.88 | 0.91 | 0.36 | 2.03 | 0.84 | 0.35 |
| Hex | A2 | 13 | E | 0 | 58 | 5B | 24 | 2 | 54 | 23 |
| Octal | 242 | 23 | 16 | 0 | 130 | 133 | 44 | 2 | 124 | 43 |
| Binary | 10100010 | 10011 | 1110 | 0 | 1011000 | 1011011 | 100100 | 10 | 1010100 | 100011 |
Color Harmonies of #A2130E
Complementary color
Monochromatic Colors of #A2130E
Black with #A2130E
Text Example
Text Example
White with #A2130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2130E; }
p { color: rgb(162,19,14); }
H1.HeaderClassName
{
color: #A2130E;
}
.AnyTagClassName
{
color: #A2130E;
}
</style>
background-color css
<style>
a { background-color: #A2130E; }
a { background-color: rgb(162,19,14); }
div.DivClassName
{
background-color: #A2130E;
}
.BgClassName
{
background-color: #A2130E;
}
</style>
border-color css
<style>
span { border-color: #A2130E; }
span { border-color: rgb(162,19,14); }
td.TdClassName
{
border-color: #A2130E;
}
.TagClassName
{
border-color: #A2130E;
}
</style>