Shades of Fire Brick #AC160E
Tints of Fire Brick #AC160E
RGB
CMYK
RGB Variations
Color information
#AC160E (or 0xAC160E) is known color: Fire Brick. HEX triplet: AC, 16 and 0E. RGB value is (172,22,14). Sum of RGB (Red+Green+Blue) = 172+22+14=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC160E is #53E9F1. Grayscale: #424242. Windows color (decimal): -5499378 or 923308. OLE color: 923308.
HSL color Cylindrical-coordinate representation of color #AC160E: hue angle of 3.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC160E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 14 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.33 |
| HSL | 3.04º | 0.85% | 0.36% | - |
| HSV(B) | 3.04º | 0.92% | 0.67% | - |
| XYZ | 17.38 | 9.38 | 1.31 | - |
| YUV | 65.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 14 | 0 | 0.87 | 0.92 | 0.33 | 3.04 | 0.85 | 0.36 |
| Hex | AC | 16 | E | 0 | 57 | 5C | 21 | 3 | 55 | 24 |
| Octal | 254 | 26 | 16 | 0 | 127 | 134 | 41 | 3 | 125 | 44 |
| Binary | 10101100 | 10110 | 1110 | 0 | 1010111 | 1011100 | 100001 | 11 | 1010101 | 100100 |
Color Harmonies of #AC160E
Complementary color
Monochromatic Colors of #AC160E
Black with #AC160E
Text Example
Text Example
White with #AC160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC160E; }
p { color: rgb(172,22,14); }
H1.HeaderClassName
{
color: #AC160E;
}
.AnyTagClassName
{
color: #AC160E;
}
</style>
background-color css
<style>
a { background-color: #AC160E; }
a { background-color: rgb(172,22,14); }
div.DivClassName
{
background-color: #AC160E;
}
.BgClassName
{
background-color: #AC160E;
}
</style>
border-color css
<style>
span { border-color: #AC160E; }
span { border-color: rgb(172,22,14); }
td.TdClassName
{
border-color: #AC160E;
}
.TagClassName
{
border-color: #AC160E;
}
</style>