Shades of Fire Brick #AC2A1E
Tints of Fire Brick #AC2A1E
RGB
CMYK
RGB Variations
Color information
#AC2A1E (or 0xAC2A1E) is known color: Fire Brick. HEX triplet: AC, 2A and 1E. RGB value is (172,42,30). Sum of RGB (Red+Green+Blue) = 172+42+30=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A1E is #53D5E1. Grayscale: #4F4F4F. Windows color (decimal): -5494242 or 1977004. OLE color: 1977004.
HSL color Cylindrical-coordinate representation of color #AC2A1E: hue angle of 5.07º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC2A1E is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 30 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.33 |
| HSL | 5.07º | 0.7% | 0.4% | - |
| HSV(B) | 5.07º | 0.83% | 0.67% | - |
| XYZ | 18.08 | 10.52 | 2.31 | - |
| YUV | 79.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 30 | 0 | 0.76 | 0.83 | 0.33 | 5.07 | 0.7 | 0.4 |
| Hex | AC | 2A | 1E | 0 | 4C | 53 | 21 | 5 | 46 | 28 |
| Octal | 254 | 52 | 36 | 0 | 114 | 123 | 41 | 5 | 106 | 50 |
| Binary | 10101100 | 101010 | 11110 | 0 | 1001100 | 1010011 | 100001 | 101 | 1000110 | 101000 |
Color Harmonies of #AC2A1E
Complementary color
Monochromatic Colors of #AC2A1E
Black with #AC2A1E
Text Example
Text Example
White with #AC2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A1E; }
p { color: rgb(172,42,30); }
H1.HeaderClassName
{
color: #AC2A1E;
}
.AnyTagClassName
{
color: #AC2A1E;
}
</style>
background-color css
<style>
a { background-color: #AC2A1E; }
a { background-color: rgb(172,42,30); }
div.DivClassName
{
background-color: #AC2A1E;
}
.BgClassName
{
background-color: #AC2A1E;
}
</style>
border-color css
<style>
span { border-color: #AC2A1E; }
span { border-color: rgb(172,42,30); }
td.TdClassName
{
border-color: #AC2A1E;
}
.TagClassName
{
border-color: #AC2A1E;
}
</style>