Shades of Fire Brick #A9130E
Tints of Fire Brick #A9130E
RGB
CMYK
RGB Variations
Color information
#A9130E (or 0xA9130E) is known color: Fire Brick. HEX triplet: A9, 13 and 0E. RGB value is (169,19,14). Sum of RGB (Red+Green+Blue) = 169+19+14=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A9130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9130E is #56ECF1. Grayscale: #3F3F3F. Windows color (decimal): -5696754 or 922537. OLE color: 922537.
HSL color Cylindrical-coordinate representation of color #A9130E: hue angle of 1.94º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9130E is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 14 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.34 |
| HSL | 1.94º | 0.85% | 0.36% | - |
| HSV(B) | 1.94º | 0.92% | 0.66% | - |
| XYZ | 16.67 | 8.93 | 1.26 | - |
| YUV | 63.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 14 | 0 | 0.89 | 0.92 | 0.34 | 1.94 | 0.85 | 0.36 |
| Hex | A9 | 13 | E | 0 | 59 | 5C | 22 | 2 | 55 | 24 |
| Octal | 251 | 23 | 16 | 0 | 131 | 134 | 42 | 2 | 125 | 44 |
| Binary | 10101001 | 10011 | 1110 | 0 | 1011001 | 1011100 | 100010 | 10 | 1010101 | 100100 |
Color Harmonies of #A9130E
Complementary color
Monochromatic Colors of #A9130E
Black with #A9130E
Text Example
Text Example
White with #A9130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9130E; }
p { color: rgb(169,19,14); }
H1.HeaderClassName
{
color: #A9130E;
}
.AnyTagClassName
{
color: #A9130E;
}
</style>
background-color css
<style>
a { background-color: #A9130E; }
a { background-color: rgb(169,19,14); }
div.DivClassName
{
background-color: #A9130E;
}
.BgClassName
{
background-color: #A9130E;
}
</style>
border-color css
<style>
span { border-color: #A9130E; }
span { border-color: rgb(169,19,14); }
td.TdClassName
{
border-color: #A9130E;
}
.TagClassName
{
border-color: #A9130E;
}
</style>