Shades of Fire Brick #AC170C
Tints of Fire Brick #AC170C
RGB
CMYK
RGB Variations
Color information
#AC170C (or 0xAC170C) is known color: Fire Brick. HEX triplet: AC, 17 and 0C. RGB value is (172,23,12). Sum of RGB (Red+Green+Blue) = 172+23+12=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC170C is #53E8F3. Grayscale: #424242. Windows color (decimal): -5499124 or 792492. OLE color: 792492.
HSL color Cylindrical-coordinate representation of color #AC170C: hue angle of 4.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC170C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 12 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.33 |
| HSL | 4.13º | 0.87% | 0.36% | - |
| HSV(B) | 4.13º | 0.93% | 0.67% | - |
| XYZ | 17.39 | 9.41 | 1.25 | - |
| YUV | 66.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 12 | 0 | 0.87 | 0.93 | 0.33 | 4.13 | 0.87 | 0.36 |
| Hex | AC | 17 | C | 0 | 57 | 5D | 21 | 4 | 57 | 24 |
| Octal | 254 | 27 | 14 | 0 | 127 | 135 | 41 | 4 | 127 | 44 |
| Binary | 10101100 | 10111 | 1100 | 0 | 1010111 | 1011101 | 100001 | 100 | 1010111 | 100100 |
Color Harmonies of #AC170C
Complementary color
Monochromatic Colors of #AC170C
Black with #AC170C
Text Example
Text Example
White with #AC170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC170C; }
p { color: rgb(172,23,12); }
H1.HeaderClassName
{
color: #AC170C;
}
.AnyTagClassName
{
color: #AC170C;
}
</style>
background-color css
<style>
a { background-color: #AC170C; }
a { background-color: rgb(172,23,12); }
div.DivClassName
{
background-color: #AC170C;
}
.BgClassName
{
background-color: #AC170C;
}
</style>
border-color css
<style>
span { border-color: #AC170C; }
span { border-color: rgb(172,23,12); }
td.TdClassName
{
border-color: #AC170C;
}
.TagClassName
{
border-color: #AC170C;
}
</style>