Shades of Fire Brick #A81711
Tints of Fire Brick #A81711
RGB
CMYK
RGB Variations
Color information
#A81711 (or 0xA81711) is known color: Fire Brick. HEX triplet: A8, 17 and 11. RGB value is (168,23,17). Sum of RGB (Red+Green+Blue) = 168+23+17=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81711 is #57E8EE. Grayscale: #414141. Windows color (decimal): -5761263 or 1120168. OLE color: 1120168.
HSL color Cylindrical-coordinate representation of color #A81711: hue angle of 2.38º 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 #A81711 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 17 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.34 |
| HSL | 2.38º | 0.82% | 0.36% | - |
| HSV(B) | 2.38º | 0.9% | 0.66% | - |
| XYZ | 16.56 | 8.98 | 1.39 | - |
| YUV | 65.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 17 | 0 | 0.86 | 0.90 | 0.34 | 2.38 | 0.82 | 0.36 |
| Hex | A8 | 17 | 11 | 0 | 56 | 5A | 22 | 2 | 52 | 24 |
| Octal | 250 | 27 | 21 | 0 | 126 | 132 | 42 | 2 | 122 | 44 |
| Binary | 10101000 | 10111 | 10001 | 0 | 1010110 | 1011010 | 100010 | 10 | 1010010 | 100100 |
Color Harmonies of #A81711
Complementary color
Monochromatic Colors of #A81711
Black with #A81711
Text Example
Text Example
White with #A81711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81711; }
p { color: rgb(168,23,17); }
H1.HeaderClassName
{
color: #A81711;
}
.AnyTagClassName
{
color: #A81711;
}
</style>
background-color css
<style>
a { background-color: #A81711; }
a { background-color: rgb(168,23,17); }
div.DivClassName
{
background-color: #A81711;
}
.BgClassName
{
background-color: #A81711;
}
</style>
border-color css
<style>
span { border-color: #A81711; }
span { border-color: rgb(168,23,17); }
td.TdClassName
{
border-color: #A81711;
}
.TagClassName
{
border-color: #A81711;
}
</style>