Shades of Fire Brick #A92C14
Tints of Fire Brick #A92C14
RGB
CMYK
RGB Variations
Color information
#A92C14 (or 0xA92C14) is known color: Fire Brick. HEX triplet: A9, 2C and 14. RGB value is (169,44,20). Sum of RGB (Red+Green+Blue) = 169+44+20=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92C14 is #56D3EB. Grayscale: #4E4E4E. Windows color (decimal): -5690348 or 1322153. OLE color: 1322153.
HSL color Cylindrical-coordinate representation of color #A92C14: hue angle of 9.66º 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 #A92C14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 20 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.34 |
| HSL | 9.66º | 0.79% | 0.37% | - |
| HSV(B) | 9.66º | 0.88% | 0.66% | - |
| XYZ | 17.39 | 10.29 | 1.73 | - |
| YUV | 78.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 20 | 0 | 0.74 | 0.88 | 0.34 | 9.66 | 0.79 | 0.37 |
| Hex | A9 | 2C | 14 | 0 | 4A | 58 | 22 | A | 4F | 25 |
| Octal | 251 | 54 | 24 | 0 | 112 | 130 | 42 | 12 | 117 | 45 |
| Binary | 10101001 | 101100 | 10100 | 0 | 1001010 | 1011000 | 100010 | 1010 | 1001111 | 100101 |
Color Harmonies of #A92C14
Complementary color
Monochromatic Colors of #A92C14
Black with #A92C14
Text Example
Text Example
White with #A92C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C14; }
p { color: rgb(169,44,20); }
H1.HeaderClassName
{
color: #A92C14;
}
.AnyTagClassName
{
color: #A92C14;
}
</style>
background-color css
<style>
a { background-color: #A92C14; }
a { background-color: rgb(169,44,20); }
div.DivClassName
{
background-color: #A92C14;
}
.BgClassName
{
background-color: #A92C14;
}
</style>
border-color css
<style>
span { border-color: #A92C14; }
span { border-color: rgb(169,44,20); }
td.TdClassName
{
border-color: #A92C14;
}
.TagClassName
{
border-color: #A92C14;
}
</style>