Shades of Fire Brick #AC2117
Tints of Fire Brick #AC2117
RGB
CMYK
RGB Variations
Color information
#AC2117 (or 0xAC2117) is known color: Fire Brick. HEX triplet: AC, 21 and 17. RGB value is (172,33,23). Sum of RGB (Red+Green+Blue) = 172+33+23=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2117 is #53DEE8. Grayscale: #494949. Windows color (decimal): -5496553 or 1515948. OLE color: 1515948.
HSL color Cylindrical-coordinate representation of color #AC2117: hue angle of 4.03º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC2117 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 23 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.33 |
| HSL | 4.03º | 0.76% | 0.38% | - |
| HSV(B) | 4.03º | 0.87% | 0.67% | - |
| XYZ | 17.71 | 9.92 | 1.79 | - |
| YUV | 73.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 23 | 0 | 0.81 | 0.87 | 0.33 | 4.03 | 0.76 | 0.38 |
| Hex | AC | 21 | 17 | 0 | 51 | 57 | 21 | 4 | 4C | 26 |
| Octal | 254 | 41 | 27 | 0 | 121 | 127 | 41 | 4 | 114 | 46 |
| Binary | 10101100 | 100001 | 10111 | 0 | 1010001 | 1010111 | 100001 | 100 | 1001100 | 100110 |
Color Harmonies of #AC2117
Complementary color
Monochromatic Colors of #AC2117
Black with #AC2117
Text Example
Text Example
White with #AC2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2117; }
p { color: rgb(172,33,23); }
H1.HeaderClassName
{
color: #AC2117;
}
.AnyTagClassName
{
color: #AC2117;
}
</style>
background-color css
<style>
a { background-color: #AC2117; }
a { background-color: rgb(172,33,23); }
div.DivClassName
{
background-color: #AC2117;
}
.BgClassName
{
background-color: #AC2117;
}
</style>
border-color css
<style>
span { border-color: #AC2117; }
span { border-color: rgb(172,33,23); }
td.TdClassName
{
border-color: #AC2117;
}
.TagClassName
{
border-color: #AC2117;
}
</style>