Shades of Fire Brick #A81911
Tints of Fire Brick #A81911
RGB
CMYK
RGB Variations
Color information
#A81911 (or 0xA81911) is known color: Fire Brick. HEX triplet: A8, 19 and 11. RGB value is (168,25,17). Sum of RGB (Red+Green+Blue) = 168+25+17=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81911 is #57E6EE. Grayscale: #434343. Windows color (decimal): -5760751 or 1120680. OLE color: 1120680.
HSL color Cylindrical-coordinate representation of color #A81911: hue angle of 3.18º degrees, saturation: 0.82, 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 #A81911 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 17 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.34 |
| HSL | 3.18º | 0.82% | 0.36% | - |
| HSV(B) | 3.18º | 0.9% | 0.66% | - |
| XYZ | 16.6 | 9.06 | 1.4 | - |
| YUV | 66.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 17 | 0 | 0.85 | 0.90 | 0.34 | 3.18 | 0.82 | 0.36 |
| Hex | A8 | 19 | 11 | 0 | 55 | 5A | 22 | 3 | 52 | 24 |
| Octal | 250 | 31 | 21 | 0 | 125 | 132 | 42 | 3 | 122 | 44 |
| Binary | 10101000 | 11001 | 10001 | 0 | 1010101 | 1011010 | 100010 | 11 | 1010010 | 100100 |
Color Harmonies of #A81911
Complementary color
Monochromatic Colors of #A81911
Black with #A81911
Text Example
Text Example
White with #A81911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81911; }
p { color: rgb(168,25,17); }
H1.HeaderClassName
{
color: #A81911;
}
.AnyTagClassName
{
color: #A81911;
}
</style>
background-color css
<style>
a { background-color: #A81911; }
a { background-color: rgb(168,25,17); }
div.DivClassName
{
background-color: #A81911;
}
.BgClassName
{
background-color: #A81911;
}
</style>
border-color css
<style>
span { border-color: #A81911; }
span { border-color: rgb(168,25,17); }
td.TdClassName
{
border-color: #A81911;
}
.TagClassName
{
border-color: #A81911;
}
</style>