Shades of Fire Brick #AC1610
Tints of Fire Brick #AC1610
RGB
CMYK
RGB Variations
Color information
#AC1610 (or 0xAC1610) is known color: Fire Brick. HEX triplet: AC, 16 and 10. RGB value is (172,22,16). Sum of RGB (Red+Green+Blue) = 172+22+16=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1610 is #53E9EF. Grayscale: #424242. Windows color (decimal): -5499376 or 1054380. OLE color: 1054380.
HSL color Cylindrical-coordinate representation of color #AC1610: hue angle of 2.31º 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 #AC1610 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 16 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.33 |
| HSL | 2.31º | 0.83% | 0.37% | - |
| HSV(B) | 2.31º | 0.91% | 0.67% | - |
| XYZ | 17.39 | 9.38 | 1.38 | - |
| YUV | 66.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 16 | 0 | 0.87 | 0.91 | 0.33 | 2.31 | 0.83 | 0.37 |
| Hex | AC | 16 | 10 | 0 | 57 | 5B | 21 | 2 | 53 | 25 |
| Octal | 254 | 26 | 20 | 0 | 127 | 133 | 41 | 2 | 123 | 45 |
| Binary | 10101100 | 10110 | 10000 | 0 | 1010111 | 1011011 | 100001 | 10 | 1010011 | 100101 |
Color Harmonies of #AC1610
Complementary color
Monochromatic Colors of #AC1610
Black with #AC1610
Text Example
Text Example
White with #AC1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1610; }
p { color: rgb(172,22,16); }
H1.HeaderClassName
{
color: #AC1610;
}
.AnyTagClassName
{
color: #AC1610;
}
</style>
background-color css
<style>
a { background-color: #AC1610; }
a { background-color: rgb(172,22,16); }
div.DivClassName
{
background-color: #AC1610;
}
.BgClassName
{
background-color: #AC1610;
}
</style>
border-color css
<style>
span { border-color: #AC1610; }
span { border-color: rgb(172,22,16); }
td.TdClassName
{
border-color: #AC1610;
}
.TagClassName
{
border-color: #AC1610;
}
</style>