Shades of Fire Brick #AC160B
Tints of Fire Brick #AC160B
RGB
CMYK
RGB Variations
Color information
#AC160B (or 0xAC160B) is known color: Fire Brick. HEX triplet: AC, 16 and 0B. RGB value is (172,22,11). Sum of RGB (Red+Green+Blue) = 172+22+11=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC160B is #53E9F4. Grayscale: #414141. Windows color (decimal): -5499381 or 726700. OLE color: 726700.
HSL color Cylindrical-coordinate representation of color #AC160B: hue angle of 4.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC160B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.33 |
| HSL | 4.1º | 0.88% | 0.36% | - |
| HSV(B) | 4.1º | 0.94% | 0.67% | - |
| XYZ | 17.36 | 9.37 | 1.21 | - |
| YUV | 65.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 11 | 0 | 0.87 | 0.94 | 0.33 | 4.1 | 0.88 | 0.36 |
| Hex | AC | 16 | B | 0 | 57 | 5E | 21 | 4 | 58 | 24 |
| Octal | 254 | 26 | 13 | 0 | 127 | 136 | 41 | 4 | 130 | 44 |
| Binary | 10101100 | 10110 | 1011 | 0 | 1010111 | 1011110 | 100001 | 100 | 1011000 | 100100 |
Color Harmonies of #AC160B
Complementary color
Monochromatic Colors of #AC160B
Black with #AC160B
Text Example
Text Example
White with #AC160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC160B; }
p { color: rgb(172,22,11); }
H1.HeaderClassName
{
color: #AC160B;
}
.AnyTagClassName
{
color: #AC160B;
}
</style>
background-color css
<style>
a { background-color: #AC160B; }
a { background-color: rgb(172,22,11); }
div.DivClassName
{
background-color: #AC160B;
}
.BgClassName
{
background-color: #AC160B;
}
</style>
border-color css
<style>
span { border-color: #AC160B; }
span { border-color: rgb(172,22,11); }
td.TdClassName
{
border-color: #AC160B;
}
.TagClassName
{
border-color: #AC160B;
}
</style>