Shades of Fire Brick #AC2715
Tints of Fire Brick #AC2715
RGB
CMYK
RGB Variations
Color information
#AC2715 (or 0xAC2715) is known color: Fire Brick. HEX triplet: AC, 27 and 15. RGB value is (172,39,21). Sum of RGB (Red+Green+Blue) = 172+39+21=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2715 is #53D8EA. Grayscale: #4C4C4C. Windows color (decimal): -5495019 or 1386412. OLE color: 1386412.
HSL color Cylindrical-coordinate representation of color #AC2715: hue angle of 7.15º 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 #AC2715 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 21 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.33 |
| HSL | 7.15º | 0.78% | 0.38% | - |
| HSV(B) | 7.15º | 0.88% | 0.67% | - |
| XYZ | 17.87 | 10.28 | 1.75 | - |
| YUV | 76.72 | 96.56 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 21 | 0 | 0.77 | 0.88 | 0.33 | 7.15 | 0.78 | 0.38 |
| Hex | AC | 27 | 15 | 0 | 4D | 58 | 21 | 7 | 4E | 26 |
| Octal | 254 | 47 | 25 | 0 | 115 | 130 | 41 | 7 | 116 | 46 |
| Binary | 10101100 | 100111 | 10101 | 0 | 1001101 | 1011000 | 100001 | 111 | 1001110 | 100110 |
Color Harmonies of #AC2715
Complementary color
Monochromatic Colors of #AC2715
Black with #AC2715
Text Example
Text Example
White with #AC2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2715; }
p { color: rgb(172,39,21); }
H1.HeaderClassName
{
color: #AC2715;
}
.AnyTagClassName
{
color: #AC2715;
}
</style>
background-color css
<style>
a { background-color: #AC2715; }
a { background-color: rgb(172,39,21); }
div.DivClassName
{
background-color: #AC2715;
}
.BgClassName
{
background-color: #AC2715;
}
</style>
border-color css
<style>
span { border-color: #AC2715; }
span { border-color: rgb(172,39,21); }
td.TdClassName
{
border-color: #AC2715;
}
.TagClassName
{
border-color: #AC2715;
}
</style>