Shades of Fire Brick #A92513
Tints of Fire Brick #A92513
RGB
CMYK
RGB Variations
Color information
#A92513 (or 0xA92513) is known color: Fire Brick. HEX triplet: A9, 25 and 13. RGB value is (169,37,19). Sum of RGB (Red+Green+Blue) = 169+37+19=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92513 is #56DAEC. Grayscale: #4A4A4A. Windows color (decimal): -5692141 or 1254825. OLE color: 1254825.
HSL color Cylindrical-coordinate representation of color #A92513: hue angle of 7.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A92513 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 19 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.34 |
| HSL | 7.2º | 0.8% | 0.37% | - |
| HSV(B) | 7.2º | 0.89% | 0.66% | - |
| XYZ | 17.14 | 9.81 | 1.61 | - |
| YUV | 74.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 19 | 0 | 0.78 | 0.89 | 0.34 | 7.2 | 0.8 | 0.37 |
| Hex | A9 | 25 | 13 | 0 | 4E | 59 | 22 | 7 | 50 | 25 |
| Octal | 251 | 45 | 23 | 0 | 116 | 131 | 42 | 7 | 120 | 45 |
| Binary | 10101001 | 100101 | 10011 | 0 | 1001110 | 1011001 | 100010 | 111 | 1010000 | 100101 |
Color Harmonies of #A92513
Complementary color
Monochromatic Colors of #A92513
Black with #A92513
Text Example
Text Example
White with #A92513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92513; }
p { color: rgb(169,37,19); }
H1.HeaderClassName
{
color: #A92513;
}
.AnyTagClassName
{
color: #A92513;
}
</style>
background-color css
<style>
a { background-color: #A92513; }
a { background-color: rgb(169,37,19); }
div.DivClassName
{
background-color: #A92513;
}
.BgClassName
{
background-color: #A92513;
}
</style>
border-color css
<style>
span { border-color: #A92513; }
span { border-color: rgb(169,37,19); }
td.TdClassName
{
border-color: #A92513;
}
.TagClassName
{
border-color: #A92513;
}
</style>