Shades of Fire Brick #A92C11
Tints of Fire Brick #A92C11
RGB
CMYK
RGB Variations
Color information
#A92C11 (or 0xA92C11) is known color: Fire Brick. HEX triplet: A9, 2C and 11. RGB value is (169,44,17). Sum of RGB (Red+Green+Blue) = 169+44+17=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A92C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92C11 is #56D3EE. Grayscale: #4E4E4E. Windows color (decimal): -5690351 or 1125545. OLE color: 1125545.
HSL color Cylindrical-coordinate representation of color #A92C11: hue angle of 10.66º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A92C11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 44 | 17 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.34 |
| HSL | 10.66º | 0.82% | 0.36% | - |
| HSV(B) | 10.66º | 0.9% | 0.66% | - |
| XYZ | 17.36 | 10.28 | 1.6 | - |
| YUV | 78.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 44 | 17 | 0 | 0.74 | 0.90 | 0.34 | 10.66 | 0.82 | 0.36 |
| Hex | A9 | 2C | 11 | 0 | 4A | 5A | 22 | B | 52 | 24 |
| Octal | 251 | 54 | 21 | 0 | 112 | 132 | 42 | 13 | 122 | 44 |
| Binary | 10101001 | 101100 | 10001 | 0 | 1001010 | 1011010 | 100010 | 1011 | 1010010 | 100100 |
Color Harmonies of #A92C11
Complementary color
Monochromatic Colors of #A92C11
Black with #A92C11
Text Example
Text Example
White with #A92C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92C11; }
p { color: rgb(169,44,17); }
H1.HeaderClassName
{
color: #A92C11;
}
.AnyTagClassName
{
color: #A92C11;
}
</style>
background-color css
<style>
a { background-color: #A92C11; }
a { background-color: rgb(169,44,17); }
div.DivClassName
{
background-color: #A92C11;
}
.BgClassName
{
background-color: #A92C11;
}
</style>
border-color css
<style>
span { border-color: #A92C11; }
span { border-color: rgb(169,44,17); }
td.TdClassName
{
border-color: #A92C11;
}
.TagClassName
{
border-color: #A92C11;
}
</style>