Shades of Fire Brick #AC2A12
Tints of Fire Brick #AC2A12
RGB
CMYK
RGB Variations
Color information
#AC2A12 (or 0xAC2A12) is known color: Fire Brick. HEX triplet: AC, 2A and 12. RGB value is (172,42,18). Sum of RGB (Red+Green+Blue) = 172+42+18=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A12 is #53D5ED. Grayscale: #4E4E4E. Windows color (decimal): -5494254 or 1190572. OLE color: 1190572.
HSL color Cylindrical-coordinate representation of color #AC2A12: hue angle of 9.35º 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 #AC2A12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 18 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.33 |
| HSL | 9.35º | 0.81% | 0.37% | - |
| HSV(B) | 9.35º | 0.9% | 0.67% | - |
| XYZ | 17.95 | 10.47 | 1.65 | - |
| YUV | 78.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 18 | 0 | 0.76 | 0.90 | 0.33 | 9.35 | 0.81 | 0.37 |
| Hex | AC | 2A | 12 | 0 | 4C | 5A | 21 | 9 | 51 | 25 |
| Octal | 254 | 52 | 22 | 0 | 114 | 132 | 41 | 11 | 121 | 45 |
| Binary | 10101100 | 101010 | 10010 | 0 | 1001100 | 1011010 | 100001 | 1001 | 1010001 | 100101 |
Color Harmonies of #AC2A12
Complementary color
Monochromatic Colors of #AC2A12
Black with #AC2A12
Text Example
Text Example
White with #AC2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A12; }
p { color: rgb(172,42,18); }
H1.HeaderClassName
{
color: #AC2A12;
}
.AnyTagClassName
{
color: #AC2A12;
}
</style>
background-color css
<style>
a { background-color: #AC2A12; }
a { background-color: rgb(172,42,18); }
div.DivClassName
{
background-color: #AC2A12;
}
.BgClassName
{
background-color: #AC2A12;
}
</style>
border-color css
<style>
span { border-color: #AC2A12; }
span { border-color: rgb(172,42,18); }
td.TdClassName
{
border-color: #AC2A12;
}
.TagClassName
{
border-color: #AC2A12;
}
</style>