Shades of Fire Brick #A81410
Tints of Fire Brick #A81410
RGB
CMYK
RGB Variations
Color information
#A81410 (or 0xA81410) is known color: Fire Brick. HEX triplet: A8, 14 and 10. RGB value is (168,20,16). Sum of RGB (Red+Green+Blue) = 168+20+16=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81410 is #57EBEF. Grayscale: #3F3F3F. Windows color (decimal): -5762032 or 1053864. OLE color: 1053864.
HSL color Cylindrical-coordinate representation of color #A81410: hue angle of 1.58º 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 #A81410 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 16 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.34 |
| HSL | 1.58º | 0.83% | 0.36% | - |
| HSV(B) | 1.58º | 0.9% | 0.66% | - |
| XYZ | 16.49 | 8.86 | 1.33 | - |
| YUV | 63.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 16 | 0 | 0.88 | 0.90 | 0.34 | 1.58 | 0.83 | 0.36 |
| Hex | A8 | 14 | 10 | 0 | 58 | 5A | 22 | 2 | 53 | 24 |
| Octal | 250 | 24 | 20 | 0 | 130 | 132 | 42 | 2 | 123 | 44 |
| Binary | 10101000 | 10100 | 10000 | 0 | 1011000 | 1011010 | 100010 | 10 | 1010011 | 100100 |
Color Harmonies of #A81410
Complementary color
Monochromatic Colors of #A81410
Black with #A81410
Text Example
Text Example
White with #A81410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81410; }
p { color: rgb(168,20,16); }
H1.HeaderClassName
{
color: #A81410;
}
.AnyTagClassName
{
color: #A81410;
}
</style>
background-color css
<style>
a { background-color: #A81410; }
a { background-color: rgb(168,20,16); }
div.DivClassName
{
background-color: #A81410;
}
.BgClassName
{
background-color: #A81410;
}
</style>
border-color css
<style>
span { border-color: #A81410; }
span { border-color: rgb(168,20,16); }
td.TdClassName
{
border-color: #A81410;
}
.TagClassName
{
border-color: #A81410;
}
</style>