Shades of Fire Brick #AC160A
Tints of Fire Brick #AC160A
RGB
CMYK
RGB Variations
Color information
#AC160A (or 0xAC160A) is known color: Fire Brick. HEX triplet: AC, 16 and 0A. RGB value is (172,22,10). Sum of RGB (Red+Green+Blue) = 172+22+10=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC160A is #53E9F5. Grayscale: #414141. Windows color (decimal): -5499382 or 661164. OLE color: 661164.
HSL color Cylindrical-coordinate representation of color #AC160A: hue angle of 4.44º degrees, saturation: 0.89, 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 #AC160A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 10 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.33 |
| HSL | 4.44º | 0.89% | 0.36% | - |
| HSV(B) | 4.44º | 0.94% | 0.67% | - |
| XYZ | 17.35 | 9.37 | 1.18 | - |
| YUV | 65.48 | 96.7 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 10 | 0 | 0.87 | 0.94 | 0.33 | 4.44 | 0.89 | 0.36 |
| Hex | AC | 16 | A | 0 | 57 | 5E | 21 | 4 | 59 | 24 |
| Octal | 254 | 26 | 12 | 0 | 127 | 136 | 41 | 4 | 131 | 44 |
| Binary | 10101100 | 10110 | 1010 | 0 | 1010111 | 1011110 | 100001 | 100 | 1011001 | 100100 |
Color Harmonies of #AC160A
Complementary color
Monochromatic Colors of #AC160A
Black with #AC160A
Text Example
Text Example
White with #AC160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC160A; }
p { color: rgb(172,22,10); }
H1.HeaderClassName
{
color: #AC160A;
}
.AnyTagClassName
{
color: #AC160A;
}
</style>
background-color css
<style>
a { background-color: #AC160A; }
a { background-color: rgb(172,22,10); }
div.DivClassName
{
background-color: #AC160A;
}
.BgClassName
{
background-color: #AC160A;
}
</style>
border-color css
<style>
span { border-color: #AC160A; }
span { border-color: rgb(172,22,10); }
td.TdClassName
{
border-color: #AC160A;
}
.TagClassName
{
border-color: #AC160A;
}
</style>