Shades of Fire Brick #AC2524
Tints of Fire Brick #AC2524
RGB
CMYK
RGB Variations
Color information
#AC2524 (or 0xAC2524) is known color: Fire Brick. HEX triplet: AC, 25 and 24. RGB value is (172,37,36). Sum of RGB (Red+Green+Blue) = 172+37+36=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2524 is #53DADB. Grayscale: #4D4D4D. Windows color (decimal): -5495516 or 2368940. OLE color: 2368940.
HSL color Cylindrical-coordinate representation of color #AC2524: hue angle of 0.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2524 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 36 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.33 |
| HSL | 0.44º | 0.65% | 0.41% | - |
| HSV(B) | 0.44º | 0.79% | 0.67% | - |
| XYZ | 17.99 | 10.22 | 2.69 | - |
| YUV | 77.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 36 | 0 | 0.78 | 0.79 | 0.33 | 0.44 | 0.65 | 0.41 |
| Hex | AC | 25 | 24 | 0 | 4E | 4F | 21 | 0 | 41 | 29 |
| Octal | 254 | 45 | 44 | 0 | 116 | 117 | 41 | 0 | 101 | 51 |
| Binary | 10101100 | 100101 | 100100 | 0 | 1001110 | 1001111 | 100001 | 0 | 1000001 | 101001 |
Color Harmonies of #AC2524
Complementary color
Monochromatic Colors of #AC2524
Black with #AC2524
Text Example
Text Example
White with #AC2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2524; }
p { color: rgb(172,37,36); }
H1.HeaderClassName
{
color: #AC2524;
}
.AnyTagClassName
{
color: #AC2524;
}
</style>
background-color css
<style>
a { background-color: #AC2524; }
a { background-color: rgb(172,37,36); }
div.DivClassName
{
background-color: #AC2524;
}
.BgClassName
{
background-color: #AC2524;
}
</style>
border-color css
<style>
span { border-color: #AC2524; }
span { border-color: rgb(172,37,36); }
td.TdClassName
{
border-color: #AC2524;
}
.TagClassName
{
border-color: #AC2524;
}
</style>