Shades of Fire Brick #A02510
Tints of Fire Brick #A02510
RGB
CMYK
RGB Variations
Color information
#A02510 (or 0xA02510) is known color: Fire Brick. HEX triplet: A0, 25 and 10. RGB value is (160,37,16). Sum of RGB (Red+Green+Blue) = 160+37+16=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A02510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02510 is #5FDAEF. Grayscale: #474747. Windows color (decimal): -6281968 or 1058208. OLE color: 1058208.
HSL color Cylindrical-coordinate representation of color #A02510: hue angle of 8.75º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A02510 is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 16 | - |
| CMYK | 0 | 0.77 | 0.9 | 0.37 |
| HSL | 8.75º | 0.82% | 0.35% | - |
| HSV(B) | 8.75º | 0.9% | 0.63% | - |
| XYZ | 15.25 | 8.83 | 1.39 | - |
| YUV | 71.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 16 | 0 | 0.77 | 0.9 | 0.37 | 8.75 | 0.82 | 0.35 |
| Hex | A0 | 25 | 10 | 0 | 4D | 5A | 25 | 9 | 52 | 23 |
| Octal | 240 | 45 | 20 | 0 | 115 | 132 | 45 | 11 | 122 | 43 |
| Binary | 10100000 | 100101 | 10000 | 0 | 1001101 | 1011010 | 100101 | 1001 | 1010010 | 100011 |
Color Harmonies of #A02510
Complementary color
Monochromatic Colors of #A02510
Black with #A02510
Text Example
Text Example
White with #A02510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02510; }
p { color: rgb(160,37,16); }
H1.HeaderClassName
{
color: #A02510;
}
.AnyTagClassName
{
color: #A02510;
}
</style>
background-color css
<style>
a { background-color: #A02510; }
a { background-color: rgb(160,37,16); }
div.DivClassName
{
background-color: #A02510;
}
.BgClassName
{
background-color: #A02510;
}
</style>
border-color css
<style>
span { border-color: #A02510; }
span { border-color: rgb(160,37,16); }
td.TdClassName
{
border-color: #A02510;
}
.TagClassName
{
border-color: #A02510;
}
</style>