Shades of Fire Brick #A92A17
Tints of Fire Brick #A92A17
RGB
CMYK
RGB Variations
Color information
#A92A17 (or 0xA92A17) is known color: Fire Brick. HEX triplet: A9, 2A and 17. RGB value is (169,42,23). Sum of RGB (Red+Green+Blue) = 169+42+23=234 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.22% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92A17 is #56D5E8. Grayscale: #4E4E4E. Windows color (decimal): -5690857 or 1518249. OLE color: 1518249.
HSL color Cylindrical-coordinate representation of color #A92A17: hue angle of 7.81º 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 #A92A17 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 42 | 23 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.34 |
| HSL | 7.81º | 0.76% | 0.38% | - |
| HSV(B) | 7.81º | 0.86% | 0.66% | - |
| XYZ | 17.34 | 10.15 | 1.86 | - |
| YUV | 77.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 42 | 23 | 0 | 0.75 | 0.86 | 0.34 | 7.81 | 0.76 | 0.38 |
| Hex | A9 | 2A | 17 | 0 | 4B | 56 | 22 | 8 | 4C | 26 |
| Octal | 251 | 52 | 27 | 0 | 113 | 126 | 42 | 10 | 114 | 46 |
| Binary | 10101001 | 101010 | 10111 | 0 | 1001011 | 1010110 | 100010 | 1000 | 1001100 | 100110 |
Color Harmonies of #A92A17
Complementary color
Monochromatic Colors of #A92A17
Black with #A92A17
Text Example
Text Example
White with #A92A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92A17; }
p { color: rgb(169,42,23); }
H1.HeaderClassName
{
color: #A92A17;
}
.AnyTagClassName
{
color: #A92A17;
}
</style>
background-color css
<style>
a { background-color: #A92A17; }
a { background-color: rgb(169,42,23); }
div.DivClassName
{
background-color: #A92A17;
}
.BgClassName
{
background-color: #A92A17;
}
</style>
border-color css
<style>
span { border-color: #A92A17; }
span { border-color: rgb(169,42,23); }
td.TdClassName
{
border-color: #A92A17;
}
.TagClassName
{
border-color: #A92A17;
}
</style>