Shades of Fire Brick #AC1510
Tints of Fire Brick #AC1510
RGB
CMYK
RGB Variations
Color information
#AC1510 (or 0xAC1510) is known color: Fire Brick. HEX triplet: AC, 15 and 10. RGB value is (172,21,16). Sum of RGB (Red+Green+Blue) = 172+21+16=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1510 is #53EAEF. Grayscale: #414141. Windows color (decimal): -5499632 or 1054124. OLE color: 1054124.
HSL color Cylindrical-coordinate representation of color #AC1510: hue angle of 1.92º 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 #AC1510 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 16 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.33 |
| HSL | 1.92º | 0.83% | 0.37% | - |
| HSV(B) | 1.92º | 0.91% | 0.67% | - |
| XYZ | 17.37 | 9.34 | 1.38 | - |
| YUV | 65.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 16 | 0 | 0.88 | 0.91 | 0.33 | 1.92 | 0.83 | 0.37 |
| Hex | AC | 15 | 10 | 0 | 58 | 5B | 21 | 2 | 53 | 25 |
| Octal | 254 | 25 | 20 | 0 | 130 | 133 | 41 | 2 | 123 | 45 |
| Binary | 10101100 | 10101 | 10000 | 0 | 1011000 | 1011011 | 100001 | 10 | 1010011 | 100101 |
Color Harmonies of #AC1510
Complementary color
Monochromatic Colors of #AC1510
Black with #AC1510
Text Example
Text Example
White with #AC1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1510; }
p { color: rgb(172,21,16); }
H1.HeaderClassName
{
color: #AC1510;
}
.AnyTagClassName
{
color: #AC1510;
}
</style>
background-color css
<style>
a { background-color: #AC1510; }
a { background-color: rgb(172,21,16); }
div.DivClassName
{
background-color: #AC1510;
}
.BgClassName
{
background-color: #AC1510;
}
</style>
border-color css
<style>
span { border-color: #AC1510; }
span { border-color: rgb(172,21,16); }
td.TdClassName
{
border-color: #AC1510;
}
.TagClassName
{
border-color: #AC1510;
}
</style>