Shades of Fire Brick #AC2420
Tints of Fire Brick #AC2420
RGB
CMYK
RGB Variations
Color information
#AC2420 (or 0xAC2420) is known color: Fire Brick. HEX triplet: AC, 24 and 20. RGB value is (172,36,32). Sum of RGB (Red+Green+Blue) = 172+36+32=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2420 is #53DBDF. Grayscale: #4C4C4C. Windows color (decimal): -5495776 or 2106540. OLE color: 2106540.
HSL color Cylindrical-coordinate representation of color #AC2420: hue angle of 1.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2420 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 32 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.33 |
| HSL | 1.71º | 0.69% | 0.4% | - |
| HSV(B) | 1.71º | 0.81% | 0.67% | - |
| XYZ | 17.9 | 10.14 | 2.38 | - |
| YUV | 76.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 32 | 0 | 0.79 | 0.81 | 0.33 | 1.71 | 0.69 | 0.4 |
| Hex | AC | 24 | 20 | 0 | 4F | 51 | 21 | 2 | 45 | 28 |
| Octal | 254 | 44 | 40 | 0 | 117 | 121 | 41 | 2 | 105 | 50 |
| Binary | 10101100 | 100100 | 100000 | 0 | 1001111 | 1010001 | 100001 | 10 | 1000101 | 101000 |
Color Harmonies of #AC2420
Complementary color
Monochromatic Colors of #AC2420
Black with #AC2420
Text Example
Text Example
White with #AC2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2420; }
p { color: rgb(172,36,32); }
H1.HeaderClassName
{
color: #AC2420;
}
.AnyTagClassName
{
color: #AC2420;
}
</style>
background-color css
<style>
a { background-color: #AC2420; }
a { background-color: rgb(172,36,32); }
div.DivClassName
{
background-color: #AC2420;
}
.BgClassName
{
background-color: #AC2420;
}
</style>
border-color css
<style>
span { border-color: #AC2420; }
span { border-color: rgb(172,36,32); }
td.TdClassName
{
border-color: #AC2420;
}
.TagClassName
{
border-color: #AC2420;
}
</style>