Shades of Fire Brick #AC2A0E
Tints of Fire Brick #AC2A0E
RGB
CMYK
RGB Variations
Color information
#AC2A0E (or 0xAC2A0E) is known color: Fire Brick. HEX triplet: AC, 2A and 0E. RGB value is (172,42,14). Sum of RGB (Red+Green+Blue) = 172+42+14=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A0E is #53D5F1. Grayscale: #4D4D4D. Windows color (decimal): -5494258 or 928428. OLE color: 928428.
HSL color Cylindrical-coordinate representation of color #AC2A0E: hue angle of 10.63º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC2A0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.33 |
| HSL | 10.63º | 0.85% | 0.36% | - |
| HSV(B) | 10.63º | 0.92% | 0.67% | - |
| XYZ | 17.92 | 10.46 | 1.49 | - |
| YUV | 77.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 14 | 0 | 0.76 | 0.92 | 0.33 | 10.63 | 0.85 | 0.36 |
| Hex | AC | 2A | E | 0 | 4C | 5C | 21 | B | 55 | 24 |
| Octal | 254 | 52 | 16 | 0 | 114 | 134 | 41 | 13 | 125 | 44 |
| Binary | 10101100 | 101010 | 1110 | 0 | 1001100 | 1011100 | 100001 | 1011 | 1010101 | 100100 |
Color Harmonies of #AC2A0E
Complementary color
Monochromatic Colors of #AC2A0E
Black with #AC2A0E
Text Example
Text Example
White with #AC2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A0E; }
p { color: rgb(172,42,14); }
H1.HeaderClassName
{
color: #AC2A0E;
}
.AnyTagClassName
{
color: #AC2A0E;
}
</style>
background-color css
<style>
a { background-color: #AC2A0E; }
a { background-color: rgb(172,42,14); }
div.DivClassName
{
background-color: #AC2A0E;
}
.BgClassName
{
background-color: #AC2A0E;
}
</style>
border-color css
<style>
span { border-color: #AC2A0E; }
span { border-color: rgb(172,42,14); }
td.TdClassName
{
border-color: #AC2A0E;
}
.TagClassName
{
border-color: #AC2A0E;
}
</style>