Shades of Fire Brick #A93017
Tints of Fire Brick #A93017
RGB
CMYK
RGB Variations
Color information
#A93017 (or 0xA93017) is known color: Fire Brick. HEX triplet: A9, 30 and 17. RGB value is (169,48,23). Sum of RGB (Red+Green+Blue) = 169+48+23=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A93017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93017 is #56CFE8. Grayscale: #515151. Windows color (decimal): -5689321 or 1519785. OLE color: 1519785.
HSL color Cylindrical-coordinate representation of color #A93017: hue angle of 10.27º 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 #A93017 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 48 | 23 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.34 |
| HSL | 10.27º | 0.76% | 0.38% | - |
| HSV(B) | 10.27º | 0.86% | 0.66% | - |
| XYZ | 17.57 | 10.61 | 1.93 | - |
| YUV | 81.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 48 | 23 | 0 | 0.72 | 0.86 | 0.34 | 10.27 | 0.76 | 0.38 |
| Hex | A9 | 30 | 17 | 0 | 48 | 56 | 22 | A | 4C | 26 |
| Octal | 251 | 60 | 27 | 0 | 110 | 126 | 42 | 12 | 114 | 46 |
| Binary | 10101001 | 110000 | 10111 | 0 | 1001000 | 1010110 | 100010 | 1010 | 1001100 | 100110 |
Color Harmonies of #A93017
Complementary color
Monochromatic Colors of #A93017
Black with #A93017
Text Example
Text Example
White with #A93017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93017; }
p { color: rgb(169,48,23); }
H1.HeaderClassName
{
color: #A93017;
}
.AnyTagClassName
{
color: #A93017;
}
</style>
background-color css
<style>
a { background-color: #A93017; }
a { background-color: rgb(169,48,23); }
div.DivClassName
{
background-color: #A93017;
}
.BgClassName
{
background-color: #A93017;
}
</style>
border-color css
<style>
span { border-color: #A93017; }
span { border-color: rgb(169,48,23); }
td.TdClassName
{
border-color: #A93017;
}
.TagClassName
{
border-color: #A93017;
}
</style>