Shades of Fire Brick #A92915
Tints of Fire Brick #A92915
RGB
CMYK
RGB Variations
Color information
#A92915 (or 0xA92915) is known color: Fire Brick. HEX triplet: A9, 29 and 15. RGB value is (169,41,21). Sum of RGB (Red+Green+Blue) = 169+41+21=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A92915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92915 is #56D6EA. Grayscale: #4D4D4D. Windows color (decimal): -5691115 or 1386921. OLE color: 1386921.
HSL color Cylindrical-coordinate representation of color #A92915: hue angle of 8.11º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A92915 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 21 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.34 |
| HSL | 8.11º | 0.78% | 0.37% | - |
| HSV(B) | 8.11º | 0.88% | 0.66% | - |
| XYZ | 17.29 | 10.08 | 1.74 | - |
| YUV | 76.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 21 | 0 | 0.76 | 0.88 | 0.34 | 8.11 | 0.78 | 0.37 |
| Hex | A9 | 29 | 15 | 0 | 4C | 58 | 22 | 8 | 4E | 25 |
| Octal | 251 | 51 | 25 | 0 | 114 | 130 | 42 | 10 | 116 | 45 |
| Binary | 10101001 | 101001 | 10101 | 0 | 1001100 | 1011000 | 100010 | 1000 | 1001110 | 100101 |
Color Harmonies of #A92915
Complementary color
Monochromatic Colors of #A92915
Black with #A92915
Text Example
Text Example
White with #A92915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92915; }
p { color: rgb(169,41,21); }
H1.HeaderClassName
{
color: #A92915;
}
.AnyTagClassName
{
color: #A92915;
}
</style>
background-color css
<style>
a { background-color: #A92915; }
a { background-color: rgb(169,41,21); }
div.DivClassName
{
background-color: #A92915;
}
.BgClassName
{
background-color: #A92915;
}
</style>
border-color css
<style>
span { border-color: #A92915; }
span { border-color: rgb(169,41,21); }
td.TdClassName
{
border-color: #A92915;
}
.TagClassName
{
border-color: #A92915;
}
</style>