Shades of Fire Brick #A81916
Tints of Fire Brick #A81916
RGB
CMYK
RGB Variations
Color information
#A81916 (or 0xA81916) is known color: Fire Brick. HEX triplet: A8, 19 and 16. RGB value is (168,25,22). Sum of RGB (Red+Green+Blue) = 168+25+22=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A81916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81916 is #57E6E9. Grayscale: #434343. Windows color (decimal): -5760746 or 1448360. OLE color: 1448360.
HSL color Cylindrical-coordinate representation of color #A81916: hue angle of 1.23º 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 #A81916 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.34 |
| HSL | 1.23º | 0.77% | 0.37% | - |
| HSV(B) | 1.23º | 0.87% | 0.66% | - |
| XYZ | 16.64 | 9.08 | 1.63 | - |
| YUV | 67.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 22 | 0 | 0.85 | 0.87 | 0.34 | 1.23 | 0.77 | 0.37 |
| Hex | A8 | 19 | 16 | 0 | 55 | 57 | 22 | 1 | 4D | 25 |
| Octal | 250 | 31 | 26 | 0 | 125 | 127 | 42 | 1 | 115 | 45 |
| Binary | 10101000 | 11001 | 10110 | 0 | 1010101 | 1010111 | 100010 | 1 | 1001101 | 100101 |
Color Harmonies of #A81916
Complementary color
Monochromatic Colors of #A81916
Black with #A81916
Text Example
Text Example
White with #A81916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81916; }
p { color: rgb(168,25,22); }
H1.HeaderClassName
{
color: #A81916;
}
.AnyTagClassName
{
color: #A81916;
}
</style>
background-color css
<style>
a { background-color: #A81916; }
a { background-color: rgb(168,25,22); }
div.DivClassName
{
background-color: #A81916;
}
.BgClassName
{
background-color: #A81916;
}
</style>
border-color css
<style>
span { border-color: #A81916; }
span { border-color: rgb(168,25,22); }
td.TdClassName
{
border-color: #A81916;
}
.TagClassName
{
border-color: #A81916;
}
</style>