Shades of Fire Brick #A92D12
Tints of Fire Brick #A92D12
RGB
CMYK
RGB Variations
Color information
#A92D12 (or 0xA92D12) is known color: Fire Brick. HEX triplet: A9, 2D and 12. RGB value is (169,45,18). Sum of RGB (Red+Green+Blue) = 169+45+18=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92D12 is #56D2ED. Grayscale: #4F4F4F. Windows color (decimal): -5690094 or 1191337. OLE color: 1191337.
HSL color Cylindrical-coordinate representation of color #A92D12: hue angle of 10.73º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A92D12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 45 | 18 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.34 |
| HSL | 10.73º | 0.81% | 0.37% | - |
| HSV(B) | 10.73º | 0.89% | 0.66% | - |
| XYZ | 17.41 | 10.36 | 1.65 | - |
| YUV | 79 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 45 | 18 | 0 | 0.73 | 0.89 | 0.34 | 10.73 | 0.81 | 0.37 |
| Hex | A9 | 2D | 12 | 0 | 49 | 59 | 22 | B | 51 | 25 |
| Octal | 251 | 55 | 22 | 0 | 111 | 131 | 42 | 13 | 121 | 45 |
| Binary | 10101001 | 101101 | 10010 | 0 | 1001001 | 1011001 | 100010 | 1011 | 1010001 | 100101 |
Color Harmonies of #A92D12
Complementary color
Monochromatic Colors of #A92D12
Black with #A92D12
Text Example
Text Example
White with #A92D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92D12; }
p { color: rgb(169,45,18); }
H1.HeaderClassName
{
color: #A92D12;
}
.AnyTagClassName
{
color: #A92D12;
}
</style>
background-color css
<style>
a { background-color: #A92D12; }
a { background-color: rgb(169,45,18); }
div.DivClassName
{
background-color: #A92D12;
}
.BgClassName
{
background-color: #A92D12;
}
</style>
border-color css
<style>
span { border-color: #A92D12; }
span { border-color: rgb(169,45,18); }
td.TdClassName
{
border-color: #A92D12;
}
.TagClassName
{
border-color: #A92D12;
}
</style>