Shades of Fire Brick #A91513
Tints of Fire Brick #A91513
RGB
CMYK
RGB Variations
Color information
#A91513 (or 0xA91513) is known color: Fire Brick. HEX triplet: A9, 15 and 13. RGB value is (169,21,19). Sum of RGB (Red+Green+Blue) = 169+21+19=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A91513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91513 is #56EAEC. Grayscale: #414141. Windows color (decimal): -5696237 or 1250729. OLE color: 1250729.
HSL color Cylindrical-coordinate representation of color #A91513: hue angle of 0.8º 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 #A91513 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 19 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.34 |
| HSL | 0.8º | 0.8% | 0.37% | - |
| HSV(B) | 0.8º | 0.89% | 0.66% | - |
| XYZ | 16.75 | 9.02 | 1.47 | - |
| YUV | 65.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 19 | 0 | 0.88 | 0.89 | 0.34 | 0.8 | 0.8 | 0.37 |
| Hex | A9 | 15 | 13 | 0 | 58 | 59 | 22 | 1 | 50 | 25 |
| Octal | 251 | 25 | 23 | 0 | 130 | 131 | 42 | 1 | 120 | 45 |
| Binary | 10101001 | 10101 | 10011 | 0 | 1011000 | 1011001 | 100010 | 1 | 1010000 | 100101 |
Color Harmonies of #A91513
Complementary color
Monochromatic Colors of #A91513
Black with #A91513
Text Example
Text Example
White with #A91513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91513; }
p { color: rgb(169,21,19); }
H1.HeaderClassName
{
color: #A91513;
}
.AnyTagClassName
{
color: #A91513;
}
</style>
background-color css
<style>
a { background-color: #A91513; }
a { background-color: rgb(169,21,19); }
div.DivClassName
{
background-color: #A91513;
}
.BgClassName
{
background-color: #A91513;
}
</style>
border-color css
<style>
span { border-color: #A91513; }
span { border-color: rgb(169,21,19); }
td.TdClassName
{
border-color: #A91513;
}
.TagClassName
{
border-color: #A91513;
}
</style>