Shades of Fire Brick #AC170F
Tints of Fire Brick #AC170F
RGB
CMYK
RGB Variations
Color information
#AC170F (or 0xAC170F) is known color: Fire Brick. HEX triplet: AC, 17 and 0F. RGB value is (172,23,15). Sum of RGB (Red+Green+Blue) = 172+23+15=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170F is #53E8F0. Grayscale: #424242. Windows color (decimal): -5499121 or 989100. OLE color: 989100.
HSL color Cylindrical-coordinate representation of color #AC170F: hue angle of 3.06º degrees, saturation: 0.84, 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 #AC170F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.33 |
| HSL | 3.06º | 0.84% | 0.37% | - |
| HSV(B) | 3.06º | 0.91% | 0.67% | - |
| XYZ | 17.41 | 9.42 | 1.35 | - |
| YUV | 66.64 | 98.86 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 15 | 0 | 0.87 | 0.91 | 0.33 | 3.06 | 0.84 | 0.37 |
| Hex | AC | 17 | F | 0 | 57 | 5B | 21 | 3 | 54 | 25 |
| Octal | 254 | 27 | 17 | 0 | 127 | 133 | 41 | 3 | 124 | 45 |
| Binary | 10101100 | 10111 | 1111 | 0 | 1010111 | 1011011 | 100001 | 11 | 1010100 | 100101 |
Color Harmonies of #AC170F
Complementary color
Monochromatic Colors of #AC170F
Black with #AC170F
Text Example
Text Example
White with #AC170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC170F; }
p { color: rgb(172,23,15); }
H1.HeaderClassName
{
color: #AC170F;
}
.AnyTagClassName
{
color: #AC170F;
}
</style>
background-color css
<style>
a { background-color: #AC170F; }
a { background-color: rgb(172,23,15); }
div.DivClassName
{
background-color: #AC170F;
}
.BgClassName
{
background-color: #AC170F;
}
</style>
border-color css
<style>
span { border-color: #AC170F; }
span { border-color: rgb(172,23,15); }
td.TdClassName
{
border-color: #AC170F;
}
.TagClassName
{
border-color: #AC170F;
}
</style>