Shades of Fire Brick #A92018
Tints of Fire Brick #A92018
RGB
CMYK
RGB Variations
Color information
#A92018 (or 0xA92018) is known color: Fire Brick. HEX triplet: A9, 20 and 18. RGB value is (169,32,24). Sum of RGB (Red+Green+Blue) = 169+32+24=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92018 is #56DFE7. Grayscale: #484848. Windows color (decimal): -5693416 or 1581225. OLE color: 1581225.
HSL color Cylindrical-coordinate representation of color #A92018: hue angle of 3.31º degrees, saturation: 0.75, 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 #A92018 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 32 | 24 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.34 |
| HSL | 3.31º | 0.75% | 0.38% | - |
| HSV(B) | 3.31º | 0.86% | 0.66% | - |
| XYZ | 17.04 | 9.53 | 1.81 | - |
| YUV | 72.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 24 | 0 | 0.81 | 0.86 | 0.34 | 3.31 | 0.75 | 0.38 |
| Hex | A9 | 20 | 18 | 0 | 51 | 56 | 22 | 3 | 4B | 26 |
| Octal | 251 | 40 | 30 | 0 | 121 | 126 | 42 | 3 | 113 | 46 |
| Binary | 10101001 | 100000 | 11000 | 0 | 1010001 | 1010110 | 100010 | 11 | 1001011 | 100110 |
Color Harmonies of #A92018
Complementary color
Monochromatic Colors of #A92018
Black with #A92018
Text Example
Text Example
White with #A92018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92018; }
p { color: rgb(169,32,24); }
H1.HeaderClassName
{
color: #A92018;
}
.AnyTagClassName
{
color: #A92018;
}
</style>
background-color css
<style>
a { background-color: #A92018; }
a { background-color: rgb(169,32,24); }
div.DivClassName
{
background-color: #A92018;
}
.BgClassName
{
background-color: #A92018;
}
</style>
border-color css
<style>
span { border-color: #A92018; }
span { border-color: rgb(169,32,24); }
td.TdClassName
{
border-color: #A92018;
}
.TagClassName
{
border-color: #A92018;
}
</style>