Shades of Fire Brick #AC170D
Tints of Fire Brick #AC170D
RGB
CMYK
RGB Variations
Color information
#AC170D (or 0xAC170D) is known color: Fire Brick. HEX triplet: AC, 17 and 0D. RGB value is (172,23,13). Sum of RGB (Red+Green+Blue) = 172+23+13=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170D is #53E8F2. Grayscale: #424242. Windows color (decimal): -5499123 or 858028. OLE color: 858028.
HSL color Cylindrical-coordinate representation of color #AC170D: hue angle of 3.77º degrees, saturation: 0.86, 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 #AC170D is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 13 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.33 |
| HSL | 3.77º | 0.86% | 0.36% | - |
| HSV(B) | 3.77º | 0.92% | 0.67% | - |
| XYZ | 17.39 | 9.41 | 1.28 | - |
| YUV | 66.41 | 97.86 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 13 | 0 | 0.87 | 0.92 | 0.33 | 3.77 | 0.86 | 0.36 |
| Hex | AC | 17 | D | 0 | 57 | 5C | 21 | 4 | 56 | 24 |
| Octal | 254 | 27 | 15 | 0 | 127 | 134 | 41 | 4 | 126 | 44 |
| Binary | 10101100 | 10111 | 1101 | 0 | 1010111 | 1011100 | 100001 | 100 | 1010110 | 100100 |
Color Harmonies of #AC170D
Complementary color
Monochromatic Colors of #AC170D
Black with #AC170D
Text Example
Text Example
White with #AC170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC170D; }
p { color: rgb(172,23,13); }
H1.HeaderClassName
{
color: #AC170D;
}
.AnyTagClassName
{
color: #AC170D;
}
</style>
background-color css
<style>
a { background-color: #AC170D; }
a { background-color: rgb(172,23,13); }
div.DivClassName
{
background-color: #AC170D;
}
.BgClassName
{
background-color: #AC170D;
}
</style>
border-color css
<style>
span { border-color: #AC170D; }
span { border-color: rgb(172,23,13); }
td.TdClassName
{
border-color: #AC170D;
}
.TagClassName
{
border-color: #AC170D;
}
</style>