Shades of Fire Brick #AC2518
Tints of Fire Brick #AC2518
RGB
CMYK
RGB Variations
Color information
#AC2518 (or 0xAC2518) is known color: Fire Brick. HEX triplet: AC, 25 and 18. RGB value is (172,37,24). Sum of RGB (Red+Green+Blue) = 172+37+24=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2518 is #53DAE7. Grayscale: #4C4C4C. Windows color (decimal): -5495528 or 1582508. OLE color: 1582508.
HSL color Cylindrical-coordinate representation of color #AC2518: hue angle of 5.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC2518 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 24 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.33 |
| HSL | 5.27º | 0.76% | 0.38% | - |
| HSV(B) | 5.27º | 0.86% | 0.67% | - |
| XYZ | 17.84 | 10.16 | 1.88 | - |
| YUV | 75.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 24 | 0 | 0.78 | 0.86 | 0.33 | 5.27 | 0.76 | 0.38 |
| Hex | AC | 25 | 18 | 0 | 4E | 56 | 21 | 5 | 4C | 26 |
| Octal | 254 | 45 | 30 | 0 | 116 | 126 | 41 | 5 | 114 | 46 |
| Binary | 10101100 | 100101 | 11000 | 0 | 1001110 | 1010110 | 100001 | 101 | 1001100 | 100110 |
Color Harmonies of #AC2518
Complementary color
Monochromatic Colors of #AC2518
Black with #AC2518
Text Example
Text Example
White with #AC2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2518; }
p { color: rgb(172,37,24); }
H1.HeaderClassName
{
color: #AC2518;
}
.AnyTagClassName
{
color: #AC2518;
}
</style>
background-color css
<style>
a { background-color: #AC2518; }
a { background-color: rgb(172,37,24); }
div.DivClassName
{
background-color: #AC2518;
}
.BgClassName
{
background-color: #AC2518;
}
</style>
border-color css
<style>
span { border-color: #AC2518; }
span { border-color: rgb(172,37,24); }
td.TdClassName
{
border-color: #AC2518;
}
.TagClassName
{
border-color: #AC2518;
}
</style>