Shades of Fire Brick #A92810
Tints of Fire Brick #A92810
RGB
CMYK
RGB Variations
Color information
#A92810 (or 0xA92810) is known color: Fire Brick. HEX triplet: A9, 28 and 10. RGB value is (169,40,16). Sum of RGB (Red+Green+Blue) = 169+40+16=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92810 is #56D7EF. Grayscale: #4C4C4C. Windows color (decimal): -5691376 or 1058985. OLE color: 1058985.
HSL color Cylindrical-coordinate representation of color #A92810: hue angle of 9.41º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A92810 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 40 | 16 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.34 |
| HSL | 9.41º | 0.83% | 0.36% | - |
| HSV(B) | 9.41º | 0.91% | 0.66% | - |
| XYZ | 17.21 | 9.99 | 1.51 | - |
| YUV | 75.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 40 | 16 | 0 | 0.76 | 0.91 | 0.34 | 9.41 | 0.83 | 0.36 |
| Hex | A9 | 28 | 10 | 0 | 4C | 5B | 22 | 9 | 53 | 24 |
| Octal | 251 | 50 | 20 | 0 | 114 | 133 | 42 | 11 | 123 | 44 |
| Binary | 10101001 | 101000 | 10000 | 0 | 1001100 | 1011011 | 100010 | 1001 | 1010011 | 100100 |
Color Harmonies of #A92810
Complementary color
Monochromatic Colors of #A92810
Black with #A92810
Text Example
Text Example
White with #A92810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92810; }
p { color: rgb(169,40,16); }
H1.HeaderClassName
{
color: #A92810;
}
.AnyTagClassName
{
color: #A92810;
}
</style>
background-color css
<style>
a { background-color: #A92810; }
a { background-color: rgb(169,40,16); }
div.DivClassName
{
background-color: #A92810;
}
.BgClassName
{
background-color: #A92810;
}
</style>
border-color css
<style>
span { border-color: #A92810; }
span { border-color: rgb(169,40,16); }
td.TdClassName
{
border-color: #A92810;
}
.TagClassName
{
border-color: #A92810;
}
</style>