Shades of Fire Brick #A92C17
Tints of Fire Brick #A92C17
RGB
CMYK
RGB Variations
Color information
#A92C17 (or 0xA92C17) is known color: Fire Brick. HEX triplet: A9, 2C and 17. RGB value is (169,44,23). Sum of RGB (Red+Green+Blue) = 169+44+23=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92C17 is #56D3E8. Grayscale: #4F4F4F. Windows color (decimal): -5690345 or 1518761. OLE color: 1518761.
HSL color Cylindrical-coordinate representation of color #A92C17: hue angle of 8.63º 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 #A92C17 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 23 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.34 |
| HSL | 8.63º | 0.76% | 0.38% | - |
| HSV(B) | 8.63º | 0.86% | 0.66% | - |
| XYZ | 17.42 | 10.3 | 1.88 | - |
| YUV | 78.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 23 | 0 | 0.74 | 0.86 | 0.34 | 8.63 | 0.76 | 0.38 |
| Hex | A9 | 2C | 17 | 0 | 4A | 56 | 22 | 9 | 4C | 26 |
| Octal | 251 | 54 | 27 | 0 | 112 | 126 | 42 | 11 | 114 | 46 |
| Binary | 10101001 | 101100 | 10111 | 0 | 1001010 | 1010110 | 100010 | 1001 | 1001100 | 100110 |
Color Harmonies of #A92C17
Complementary color
Monochromatic Colors of #A92C17
Black with #A92C17
Text Example
Text Example
White with #A92C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C17; }
p { color: rgb(169,44,23); }
H1.HeaderClassName
{
color: #A92C17;
}
.AnyTagClassName
{
color: #A92C17;
}
</style>
background-color css
<style>
a { background-color: #A92C17; }
a { background-color: rgb(169,44,23); }
div.DivClassName
{
background-color: #A92C17;
}
.BgClassName
{
background-color: #A92C17;
}
</style>
border-color css
<style>
span { border-color: #A92C17; }
span { border-color: rgb(169,44,23); }
td.TdClassName
{
border-color: #A92C17;
}
.TagClassName
{
border-color: #A92C17;
}
</style>