Shades of Fire Brick #A91E17
Tints of Fire Brick #A91E17
RGB
CMYK
RGB Variations
Color information
#A91E17 (or 0xA91E17) is known color: Fire Brick. HEX triplet: A9, 1E and 17. RGB value is (169,30,23). Sum of RGB (Red+Green+Blue) = 169+30+23=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E17 is #56E1E8. Grayscale: #464646. Windows color (decimal): -5693929 or 1515177. OLE color: 1515177.
HSL color Cylindrical-coordinate representation of color #A91E17: hue angle of 2.88º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91E17 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 23 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.34 |
| HSL | 2.88º | 0.76% | 0.38% | - |
| HSV(B) | 2.88º | 0.86% | 0.66% | - |
| XYZ | 16.98 | 9.43 | 1.73 | - |
| YUV | 70.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 23 | 0 | 0.82 | 0.86 | 0.34 | 2.88 | 0.76 | 0.38 |
| Hex | A9 | 1E | 17 | 0 | 52 | 56 | 22 | 3 | 4C | 26 |
| Octal | 251 | 36 | 27 | 0 | 122 | 126 | 42 | 3 | 114 | 46 |
| Binary | 10101001 | 11110 | 10111 | 0 | 1010010 | 1010110 | 100010 | 11 | 1001100 | 100110 |
Color Harmonies of #A91E17
Complementary color
Monochromatic Colors of #A91E17
Black with #A91E17
Text Example
Text Example
White with #A91E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E17; }
p { color: rgb(169,30,23); }
H1.HeaderClassName
{
color: #A91E17;
}
.AnyTagClassName
{
color: #A91E17;
}
</style>
background-color css
<style>
a { background-color: #A91E17; }
a { background-color: rgb(169,30,23); }
div.DivClassName
{
background-color: #A91E17;
}
.BgClassName
{
background-color: #A91E17;
}
</style>
border-color css
<style>
span { border-color: #A91E17; }
span { border-color: rgb(169,30,23); }
td.TdClassName
{
border-color: #A91E17;
}
.TagClassName
{
border-color: #A91E17;
}
</style>