Shades of Fire Brick #AC1311
Tints of Fire Brick #AC1311
RGB
CMYK
RGB Variations
Color information
#AC1311 (or 0xAC1311) is known color: Fire Brick. HEX triplet: AC, 13 and 11. RGB value is (172,19,17). Sum of RGB (Red+Green+Blue) = 172+19+17=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1311 is #53ECEE. Grayscale: #404040. Windows color (decimal): -5500143 or 1119148. OLE color: 1119148.
HSL color Cylindrical-coordinate representation of color #AC1311: hue angle of 0.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1311 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 17 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.33 |
| HSL | 0.77º | 0.82% | 0.37% | - |
| HSV(B) | 0.77º | 0.9% | 0.67% | - |
| XYZ | 17.35 | 9.28 | 1.41 | - |
| YUV | 64.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 17 | 0 | 0.89 | 0.90 | 0.33 | 0.77 | 0.82 | 0.37 |
| Hex | AC | 13 | 11 | 0 | 59 | 5A | 21 | 1 | 52 | 25 |
| Octal | 254 | 23 | 21 | 0 | 131 | 132 | 41 | 1 | 122 | 45 |
| Binary | 10101100 | 10011 | 10001 | 0 | 1011001 | 1011010 | 100001 | 1 | 1010010 | 100101 |
Color Harmonies of #AC1311
Complementary color
Monochromatic Colors of #AC1311
Black with #AC1311
Text Example
Text Example
White with #AC1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1311; }
p { color: rgb(172,19,17); }
H1.HeaderClassName
{
color: #AC1311;
}
.AnyTagClassName
{
color: #AC1311;
}
</style>
background-color css
<style>
a { background-color: #AC1311; }
a { background-color: rgb(172,19,17); }
div.DivClassName
{
background-color: #AC1311;
}
.BgClassName
{
background-color: #AC1311;
}
</style>
border-color css
<style>
span { border-color: #AC1311; }
span { border-color: rgb(172,19,17); }
td.TdClassName
{
border-color: #AC1311;
}
.TagClassName
{
border-color: #AC1311;
}
</style>