Shades of Fire Brick #AC2812
Tints of Fire Brick #AC2812
RGB
CMYK
RGB Variations
Color information
#AC2812 (or 0xAC2812) is known color: Fire Brick. HEX triplet: AC, 28 and 12. RGB value is (172,40,18). Sum of RGB (Red+Green+Blue) = 172+40+18=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2812 is #53D7ED. Grayscale: #4D4D4D. Windows color (decimal): -5494766 or 1190060. OLE color: 1190060.
HSL color Cylindrical-coordinate representation of color #AC2812: hue angle of 8.57º 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 #AC2812 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.33 |
| HSL | 8.57º | 0.81% | 0.37% | - |
| HSV(B) | 8.57º | 0.9% | 0.67% | - |
| XYZ | 17.88 | 10.33 | 1.62 | - |
| YUV | 76.96 | 94.73 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 18 | 0 | 0.77 | 0.90 | 0.33 | 8.57 | 0.81 | 0.37 |
| Hex | AC | 28 | 12 | 0 | 4D | 5A | 21 | 9 | 51 | 25 |
| Octal | 254 | 50 | 22 | 0 | 115 | 132 | 41 | 11 | 121 | 45 |
| Binary | 10101100 | 101000 | 10010 | 0 | 1001101 | 1011010 | 100001 | 1001 | 1010001 | 100101 |
Color Harmonies of #AC2812
Complementary color
Monochromatic Colors of #AC2812
Black with #AC2812
Text Example
Text Example
White with #AC2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2812; }
p { color: rgb(172,40,18); }
H1.HeaderClassName
{
color: #AC2812;
}
.AnyTagClassName
{
color: #AC2812;
}
</style>
background-color css
<style>
a { background-color: #AC2812; }
a { background-color: rgb(172,40,18); }
div.DivClassName
{
background-color: #AC2812;
}
.BgClassName
{
background-color: #AC2812;
}
</style>
border-color css
<style>
span { border-color: #AC2812; }
span { border-color: rgb(172,40,18); }
td.TdClassName
{
border-color: #AC2812;
}
.TagClassName
{
border-color: #AC2812;
}
</style>