Shades of Fire Brick #A82310
Tints of Fire Brick #A82310
RGB
CMYK
RGB Variations
Color information
#A82310 (or 0xA82310) is known color: Fire Brick. HEX triplet: A8, 23 and 10. RGB value is (168,35,16). Sum of RGB (Red+Green+Blue) = 168+35+16=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A82310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82310 is #57DCEF. Grayscale: #484848. Windows color (decimal): -5758192 or 1057704. OLE color: 1057704.
HSL color Cylindrical-coordinate representation of color #A82310: hue angle of 7.5º degrees, saturation: 0.83, 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 #A82310 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 16 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.34 |
| HSL | 7.5º | 0.83% | 0.36% | - |
| HSV(B) | 7.5º | 0.9% | 0.66% | - |
| XYZ | 16.84 | 9.56 | 1.45 | - |
| YUV | 72.6 | 96.06 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 16 | 0 | 0.79 | 0.90 | 0.34 | 7.5 | 0.83 | 0.36 |
| Hex | A8 | 23 | 10 | 0 | 4F | 5A | 22 | 8 | 53 | 24 |
| Octal | 250 | 43 | 20 | 0 | 117 | 132 | 42 | 10 | 123 | 44 |
| Binary | 10101000 | 100011 | 10000 | 0 | 1001111 | 1011010 | 100010 | 1000 | 1010011 | 100100 |
Color Harmonies of #A82310
Complementary color
Monochromatic Colors of #A82310
Black with #A82310
Text Example
Text Example
White with #A82310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82310; }
p { color: rgb(168,35,16); }
H1.HeaderClassName
{
color: #A82310;
}
.AnyTagClassName
{
color: #A82310;
}
</style>
background-color css
<style>
a { background-color: #A82310; }
a { background-color: rgb(168,35,16); }
div.DivClassName
{
background-color: #A82310;
}
.BgClassName
{
background-color: #A82310;
}
</style>
border-color css
<style>
span { border-color: #A82310; }
span { border-color: rgb(168,35,16); }
td.TdClassName
{
border-color: #A82310;
}
.TagClassName
{
border-color: #A82310;
}
</style>