Shades of Fire Brick #A9150E
Tints of Fire Brick #A9150E
RGB
CMYK
RGB Variations
Color information
#A9150E (or 0xA9150E) is known color: Fire Brick. HEX triplet: A9, 15 and 0E. RGB value is (169,21,14). Sum of RGB (Red+Green+Blue) = 169+21+14=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A9150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9150E is #56EAF1. Grayscale: #404040. Windows color (decimal): -5696242 or 923049. OLE color: 923049.
HSL color Cylindrical-coordinate representation of color #A9150E: hue angle of 2.71º 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 #A9150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.34 |
| HSL | 2.71º | 0.85% | 0.36% | - |
| HSV(B) | 2.71º | 0.92% | 0.66% | - |
| XYZ | 16.71 | 9 | 1.27 | - |
| YUV | 64.45 | 99.53 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 14 | 0 | 0.88 | 0.92 | 0.34 | 2.71 | 0.85 | 0.36 |
| Hex | A9 | 15 | E | 0 | 58 | 5C | 22 | 3 | 55 | 24 |
| Octal | 251 | 25 | 16 | 0 | 130 | 134 | 42 | 3 | 125 | 44 |
| Binary | 10101001 | 10101 | 1110 | 0 | 1011000 | 1011100 | 100010 | 11 | 1010101 | 100100 |
Color Harmonies of #A9150E
Complementary color
Monochromatic Colors of #A9150E
Black with #A9150E
Text Example
Text Example
White with #A9150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9150E; }
p { color: rgb(169,21,14); }
H1.HeaderClassName
{
color: #A9150E;
}
.AnyTagClassName
{
color: #A9150E;
}
</style>
background-color css
<style>
a { background-color: #A9150E; }
a { background-color: rgb(169,21,14); }
div.DivClassName
{
background-color: #A9150E;
}
.BgClassName
{
background-color: #A9150E;
}
</style>
border-color css
<style>
span { border-color: #A9150E; }
span { border-color: rgb(169,21,14); }
td.TdClassName
{
border-color: #A9150E;
}
.TagClassName
{
border-color: #A9150E;
}
</style>