Shades of Fire Brick #A91916
Tints of Fire Brick #A91916
RGB
CMYK
RGB Variations
Color information
#A91916 (or 0xA91916) is known color: Fire Brick. HEX triplet: A9, 19 and 16. RGB value is (169,25,22). Sum of RGB (Red+Green+Blue) = 169+25+22=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A91916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91916 is #56E6E9. Grayscale: #434343. Windows color (decimal): -5695210 or 1448361. OLE color: 1448361.
HSL color Cylindrical-coordinate representation of color #A91916: hue angle of 1.22º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91916 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.34 |
| HSL | 1.22º | 0.77% | 0.37% | - |
| HSV(B) | 1.22º | 0.87% | 0.66% | - |
| XYZ | 16.85 | 9.19 | 1.64 | - |
| YUV | 67.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 22 | 0 | 0.85 | 0.87 | 0.34 | 1.22 | 0.77 | 0.37 |
| Hex | A9 | 19 | 16 | 0 | 55 | 57 | 22 | 1 | 4D | 25 |
| Octal | 251 | 31 | 26 | 0 | 125 | 127 | 42 | 1 | 115 | 45 |
| Binary | 10101001 | 11001 | 10110 | 0 | 1010101 | 1010111 | 100010 | 1 | 1001101 | 100101 |
Color Harmonies of #A91916
Complementary color
Monochromatic Colors of #A91916
Black with #A91916
Text Example
Text Example
White with #A91916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91916; }
p { color: rgb(169,25,22); }
H1.HeaderClassName
{
color: #A91916;
}
.AnyTagClassName
{
color: #A91916;
}
</style>
background-color css
<style>
a { background-color: #A91916; }
a { background-color: rgb(169,25,22); }
div.DivClassName
{
background-color: #A91916;
}
.BgClassName
{
background-color: #A91916;
}
</style>
border-color css
<style>
span { border-color: #A91916; }
span { border-color: rgb(169,25,22); }
td.TdClassName
{
border-color: #A91916;
}
.TagClassName
{
border-color: #A91916;
}
</style>