Shades of Fire Brick #A81110
Tints of Fire Brick #A81110
RGB
CMYK
RGB Variations
Color information
#A81110 (or 0xA81110) is known color: Fire Brick. HEX triplet: A8, 11 and 10. RGB value is (168,17,16). Sum of RGB (Red+Green+Blue) = 168+17+16=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A81110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81110 is #57EEEF. Grayscale: #3E3E3E. Windows color (decimal): -5762800 or 1053096. OLE color: 1053096.
HSL color Cylindrical-coordinate representation of color #A81110: hue angle of 0.39º 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 #A81110 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 16 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.34 |
| HSL | 0.39º | 0.83% | 0.36% | - |
| HSV(B) | 0.39º | 0.9% | 0.66% | - |
| XYZ | 16.44 | 8.76 | 1.32 | - |
| YUV | 62.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 16 | 0 | 0.90 | 0.90 | 0.34 | 0.39 | 0.83 | 0.36 |
| Hex | A8 | 11 | 10 | 0 | 5A | 5A | 22 | 0 | 53 | 24 |
| Octal | 250 | 21 | 20 | 0 | 132 | 132 | 42 | 0 | 123 | 44 |
| Binary | 10101000 | 10001 | 10000 | 0 | 1011010 | 1011010 | 100010 | 0 | 1010011 | 100100 |
Color Harmonies of #A81110
Complementary color
Monochromatic Colors of #A81110
Black with #A81110
Text Example
Text Example
White with #A81110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81110; }
p { color: rgb(168,17,16); }
H1.HeaderClassName
{
color: #A81110;
}
.AnyTagClassName
{
color: #A81110;
}
</style>
background-color css
<style>
a { background-color: #A81110; }
a { background-color: rgb(168,17,16); }
div.DivClassName
{
background-color: #A81110;
}
.BgClassName
{
background-color: #A81110;
}
</style>
border-color css
<style>
span { border-color: #A81110; }
span { border-color: rgb(168,17,16); }
td.TdClassName
{
border-color: #A81110;
}
.TagClassName
{
border-color: #A81110;
}
</style>