Shades of Fire Brick #A81915
Tints of Fire Brick #A81915
RGB
CMYK
RGB Variations
Color information
#A81915 (or 0xA81915) is known color: Fire Brick. HEX triplet: A8, 19 and 15. RGB value is (168,25,21). Sum of RGB (Red+Green+Blue) = 168+25+21=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A81915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81915 is #57E6EA. Grayscale: #434343. Windows color (decimal): -5760747 or 1382824. OLE color: 1382824.
HSL color Cylindrical-coordinate representation of color #A81915: hue angle of 1.63º 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 #A81915 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 21 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.34 |
| HSL | 1.63º | 0.78% | 0.37% | - |
| HSV(B) | 1.63º | 0.88% | 0.66% | - |
| XYZ | 16.63 | 9.07 | 1.58 | - |
| YUV | 67.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 21 | 0 | 0.85 | 0.88 | 0.34 | 1.63 | 0.78 | 0.37 |
| Hex | A8 | 19 | 15 | 0 | 55 | 58 | 22 | 2 | 4E | 25 |
| Octal | 250 | 31 | 25 | 0 | 125 | 130 | 42 | 2 | 116 | 45 |
| Binary | 10101000 | 11001 | 10101 | 0 | 1010101 | 1011000 | 100010 | 10 | 1001110 | 100101 |
Color Harmonies of #A81915
Complementary color
Monochromatic Colors of #A81915
Black with #A81915
Text Example
Text Example
White with #A81915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81915; }
p { color: rgb(168,25,21); }
H1.HeaderClassName
{
color: #A81915;
}
.AnyTagClassName
{
color: #A81915;
}
</style>
background-color css
<style>
a { background-color: #A81915; }
a { background-color: rgb(168,25,21); }
div.DivClassName
{
background-color: #A81915;
}
.BgClassName
{
background-color: #A81915;
}
</style>
border-color css
<style>
span { border-color: #A81915; }
span { border-color: rgb(168,25,21); }
td.TdClassName
{
border-color: #A81915;
}
.TagClassName
{
border-color: #A81915;
}
</style>