Shades of Fire Brick #AC1110
Tints of Fire Brick #AC1110
RGB
CMYK
RGB Variations
Color information
#AC1110 (or 0xAC1110) is known color: Fire Brick. HEX triplet: AC, 11 and 10. RGB value is (172,17,16). Sum of RGB (Red+Green+Blue) = 172+17+16=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1110 is #53EEEF. Grayscale: #3F3F3F. Windows color (decimal): -5500656 or 1053100. OLE color: 1053100.
HSL color Cylindrical-coordinate representation of color #AC1110: hue angle of 0.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1110 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 16 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.33 |
| HSL | 0.38º | 0.83% | 0.37% | - |
| HSV(B) | 0.38º | 0.91% | 0.67% | - |
| XYZ | 17.31 | 9.21 | 1.36 | - |
| YUV | 63.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 16 | 0 | 0.90 | 0.91 | 0.33 | 0.38 | 0.83 | 0.37 |
| Hex | AC | 11 | 10 | 0 | 5A | 5B | 21 | 0 | 53 | 25 |
| Octal | 254 | 21 | 20 | 0 | 132 | 133 | 41 | 0 | 123 | 45 |
| Binary | 10101100 | 10001 | 10000 | 0 | 1011010 | 1011011 | 100001 | 0 | 1010011 | 100101 |
Color Harmonies of #AC1110
Complementary color
Monochromatic Colors of #AC1110
Black with #AC1110
Text Example
Text Example
White with #AC1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1110; }
p { color: rgb(172,17,16); }
H1.HeaderClassName
{
color: #AC1110;
}
.AnyTagClassName
{
color: #AC1110;
}
</style>
background-color css
<style>
a { background-color: #AC1110; }
a { background-color: rgb(172,17,16); }
div.DivClassName
{
background-color: #AC1110;
}
.BgClassName
{
background-color: #AC1110;
}
</style>
border-color css
<style>
span { border-color: #AC1110; }
span { border-color: rgb(172,17,16); }
td.TdClassName
{
border-color: #AC1110;
}
.TagClassName
{
border-color: #AC1110;
}
</style>