Shades of Fire Brick #A91F14
Tints of Fire Brick #A91F14
RGB
CMYK
RGB Variations
Color information
#A91F14 (or 0xA91F14) is known color: Fire Brick. HEX triplet: A9, 1F and 14. RGB value is (169,31,20). Sum of RGB (Red+Green+Blue) = 169+31+20=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91F14 is #56E0EB. Grayscale: #474747. Windows color (decimal): -5693676 or 1318825. OLE color: 1318825.
HSL color Cylindrical-coordinate representation of color #A91F14: hue angle of 4.43º degrees, saturation: 0.79, 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 #A91F14 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 20 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.34 |
| HSL | 4.43º | 0.79% | 0.37% | - |
| HSV(B) | 4.43º | 0.88% | 0.66% | - |
| XYZ | 16.98 | 9.47 | 1.59 | - |
| YUV | 71.01 | 99.22 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 20 | 0 | 0.82 | 0.88 | 0.34 | 4.43 | 0.79 | 0.37 |
| Hex | A9 | 1F | 14 | 0 | 52 | 58 | 22 | 4 | 4F | 25 |
| Octal | 251 | 37 | 24 | 0 | 122 | 130 | 42 | 4 | 117 | 45 |
| Binary | 10101001 | 11111 | 10100 | 0 | 1010010 | 1011000 | 100010 | 100 | 1001111 | 100101 |
Color Harmonies of #A91F14
Complementary color
Monochromatic Colors of #A91F14
Black with #A91F14
Text Example
Text Example
White with #A91F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F14; }
p { color: rgb(169,31,20); }
H1.HeaderClassName
{
color: #A91F14;
}
.AnyTagClassName
{
color: #A91F14;
}
</style>
background-color css
<style>
a { background-color: #A91F14; }
a { background-color: rgb(169,31,20); }
div.DivClassName
{
background-color: #A91F14;
}
.BgClassName
{
background-color: #A91F14;
}
</style>
border-color css
<style>
span { border-color: #A91F14; }
span { border-color: rgb(169,31,20); }
td.TdClassName
{
border-color: #A91F14;
}
.TagClassName
{
border-color: #A91F14;
}
</style>