Shades of Fire Brick #AC2A15
Tints of Fire Brick #AC2A15
RGB
CMYK
RGB Variations
Color information
#AC2A15 (or 0xAC2A15) is known color: Fire Brick. HEX triplet: AC, 2A and 15. RGB value is (172,42,21). Sum of RGB (Red+Green+Blue) = 172+42+21=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A15 is #53D5EA. Grayscale: #4E4E4E. Windows color (decimal): -5494251 or 1387180. OLE color: 1387180.
HSL color Cylindrical-coordinate representation of color #AC2A15: hue angle of 8.34º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2A15 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 21 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.33 |
| HSL | 8.34º | 0.78% | 0.38% | - |
| HSV(B) | 8.34º | 0.88% | 0.67% | - |
| XYZ | 17.98 | 10.48 | 1.78 | - |
| YUV | 78.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 21 | 0 | 0.76 | 0.88 | 0.33 | 8.34 | 0.78 | 0.38 |
| Hex | AC | 2A | 15 | 0 | 4C | 58 | 21 | 8 | 4E | 26 |
| Octal | 254 | 52 | 25 | 0 | 114 | 130 | 41 | 10 | 116 | 46 |
| Binary | 10101100 | 101010 | 10101 | 0 | 1001100 | 1011000 | 100001 | 1000 | 1001110 | 100110 |
Color Harmonies of #AC2A15
Complementary color
Monochromatic Colors of #AC2A15
Black with #AC2A15
Text Example
Text Example
White with #AC2A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A15; }
p { color: rgb(172,42,21); }
H1.HeaderClassName
{
color: #AC2A15;
}
.AnyTagClassName
{
color: #AC2A15;
}
</style>
background-color css
<style>
a { background-color: #AC2A15; }
a { background-color: rgb(172,42,21); }
div.DivClassName
{
background-color: #AC2A15;
}
.BgClassName
{
background-color: #AC2A15;
}
</style>
border-color css
<style>
span { border-color: #AC2A15; }
span { border-color: rgb(172,42,21); }
td.TdClassName
{
border-color: #AC2A15;
}
.TagClassName
{
border-color: #AC2A15;
}
</style>