Shades of Fire Brick #AC2712
Tints of Fire Brick #AC2712
RGB
CMYK
RGB Variations
Color information
#AC2712 (or 0xAC2712) is known color: Fire Brick. HEX triplet: AC, 27 and 12. RGB value is (172,39,18). Sum of RGB (Red+Green+Blue) = 172+39+18=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2712 is #53D8ED. Grayscale: #4C4C4C. Windows color (decimal): -5495022 or 1189804. OLE color: 1189804.
HSL color Cylindrical-coordinate representation of color #AC2712: hue angle of 8.18º degrees, saturation: 0.81, 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 #AC2712 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.33 |
| HSL | 8.18º | 0.81% | 0.37% | - |
| HSV(B) | 8.18º | 0.9% | 0.67% | - |
| XYZ | 17.85 | 10.27 | 1.61 | - |
| YUV | 76.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 18 | 0 | 0.77 | 0.90 | 0.33 | 8.18 | 0.81 | 0.37 |
| Hex | AC | 27 | 12 | 0 | 4D | 5A | 21 | 8 | 51 | 25 |
| Octal | 254 | 47 | 22 | 0 | 115 | 132 | 41 | 10 | 121 | 45 |
| Binary | 10101100 | 100111 | 10010 | 0 | 1001101 | 1011010 | 100001 | 1000 | 1010001 | 100101 |
Color Harmonies of #AC2712
Complementary color
Monochromatic Colors of #AC2712
Black with #AC2712
Text Example
Text Example
White with #AC2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2712; }
p { color: rgb(172,39,18); }
H1.HeaderClassName
{
color: #AC2712;
}
.AnyTagClassName
{
color: #AC2712;
}
</style>
background-color css
<style>
a { background-color: #AC2712; }
a { background-color: rgb(172,39,18); }
div.DivClassName
{
background-color: #AC2712;
}
.BgClassName
{
background-color: #AC2712;
}
</style>
border-color css
<style>
span { border-color: #AC2712; }
span { border-color: rgb(172,39,18); }
td.TdClassName
{
border-color: #AC2712;
}
.TagClassName
{
border-color: #AC2712;
}
</style>