Shades of Fire Brick #AC2711
Tints of Fire Brick #AC2711
RGB
CMYK
RGB Variations
Color information
#AC2711 (or 0xAC2711) is known color: Fire Brick. HEX triplet: AC, 27 and 11. RGB value is (172,39,17). Sum of RGB (Red+Green+Blue) = 172+39+17=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2711 is #53D8EE. Grayscale: #4C4C4C. Windows color (decimal): -5495023 or 1124268. OLE color: 1124268.
HSL color Cylindrical-coordinate representation of color #AC2711: hue angle of 8.52º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC2711 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 17 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.33 |
| HSL | 8.52º | 0.82% | 0.37% | - |
| HSV(B) | 8.52º | 0.9% | 0.67% | - |
| XYZ | 17.84 | 10.26 | 1.57 | - |
| YUV | 76.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 17 | 0 | 0.77 | 0.90 | 0.33 | 8.52 | 0.82 | 0.37 |
| Hex | AC | 27 | 11 | 0 | 4D | 5A | 21 | 9 | 52 | 25 |
| Octal | 254 | 47 | 21 | 0 | 115 | 132 | 41 | 11 | 122 | 45 |
| Binary | 10101100 | 100111 | 10001 | 0 | 1001101 | 1011010 | 100001 | 1001 | 1010010 | 100101 |
Color Harmonies of #AC2711
Complementary color
Monochromatic Colors of #AC2711
Black with #AC2711
Text Example
Text Example
White with #AC2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2711; }
p { color: rgb(172,39,17); }
H1.HeaderClassName
{
color: #AC2711;
}
.AnyTagClassName
{
color: #AC2711;
}
</style>
background-color css
<style>
a { background-color: #AC2711; }
a { background-color: rgb(172,39,17); }
div.DivClassName
{
background-color: #AC2711;
}
.BgClassName
{
background-color: #AC2711;
}
</style>
border-color css
<style>
span { border-color: #AC2711; }
span { border-color: rgb(172,39,17); }
td.TdClassName
{
border-color: #AC2711;
}
.TagClassName
{
border-color: #AC2711;
}
</style>