Shades of Fire Brick #A91714
Tints of Fire Brick #A91714
RGB
CMYK
RGB Variations
Color information
#A91714 (or 0xA91714) is known color: Fire Brick. HEX triplet: A9, 17 and 14. RGB value is (169,23,20). Sum of RGB (Red+Green+Blue) = 169+23+20=212 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.72% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 169 - color contains mainly: red. Hex color #A91714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91714 is #56E8EB. Grayscale: #424242. Windows color (decimal): -5695724 or 1316777. OLE color: 1316777.
HSL color Cylindrical-coordinate representation of color #A91714: hue angle of 1.21º 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 #A91714 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 20 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.34 |
| HSL | 1.21º | 0.79% | 0.37% | - |
| HSV(B) | 1.21º | 0.88% | 0.66% | - |
| XYZ | 16.79 | 9.1 | 1.53 | - |
| YUV | 66.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 20 | 0 | 0.86 | 0.88 | 0.34 | 1.21 | 0.79 | 0.37 |
| Hex | A9 | 17 | 14 | 0 | 56 | 58 | 22 | 1 | 4F | 25 |
| Octal | 251 | 27 | 24 | 0 | 126 | 130 | 42 | 1 | 117 | 45 |
| Binary | 10101001 | 10111 | 10100 | 0 | 1010110 | 1011000 | 100010 | 1 | 1001111 | 100101 |
Color Harmonies of #A91714
Complementary color
Monochromatic Colors of #A91714
Black with #A91714
Text Example
Text Example
White with #A91714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91714; }
p { color: rgb(169,23,20); }
H1.HeaderClassName
{
color: #A91714;
}
.AnyTagClassName
{
color: #A91714;
}
</style>
background-color css
<style>
a { background-color: #A91714; }
a { background-color: rgb(169,23,20); }
div.DivClassName
{
background-color: #A91714;
}
.BgClassName
{
background-color: #A91714;
}
</style>
border-color css
<style>
span { border-color: #A91714; }
span { border-color: rgb(169,23,20); }
td.TdClassName
{
border-color: #A91714;
}
.TagClassName
{
border-color: #A91714;
}
</style>