Shades of Fire Brick #AC2421
Tints of Fire Brick #AC2421
RGB
CMYK
RGB Variations
Color information
#AC2421 (or 0xAC2421) is known color: Fire Brick. HEX triplet: AC, 24 and 21. RGB value is (172,36,33). Sum of RGB (Red+Green+Blue) = 172+36+33=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2421 is #53DBDE. Grayscale: #4C4C4C. Windows color (decimal): -5495775 or 2172076. OLE color: 2172076.
HSL color Cylindrical-coordinate representation of color #AC2421: hue angle of 1.29º degrees, saturation: 0.68, 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 #AC2421 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 33 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.33 |
| HSL | 1.29º | 0.68% | 0.4% | - |
| HSV(B) | 1.29º | 0.81% | 0.67% | - |
| XYZ | 17.92 | 10.14 | 2.45 | - |
| YUV | 76.32 | 103.56 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 33 | 0 | 0.79 | 0.81 | 0.33 | 1.29 | 0.68 | 0.4 |
| Hex | AC | 24 | 21 | 0 | 4F | 51 | 21 | 1 | 44 | 28 |
| Octal | 254 | 44 | 41 | 0 | 117 | 121 | 41 | 1 | 104 | 50 |
| Binary | 10101100 | 100100 | 100001 | 0 | 1001111 | 1010001 | 100001 | 1 | 1000100 | 101000 |
Color Harmonies of #AC2421
Complementary color
Monochromatic Colors of #AC2421
Black with #AC2421
Text Example
Text Example
White with #AC2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2421; }
p { color: rgb(172,36,33); }
H1.HeaderClassName
{
color: #AC2421;
}
.AnyTagClassName
{
color: #AC2421;
}
</style>
background-color css
<style>
a { background-color: #AC2421; }
a { background-color: rgb(172,36,33); }
div.DivClassName
{
background-color: #AC2421;
}
.BgClassName
{
background-color: #AC2421;
}
</style>
border-color css
<style>
span { border-color: #AC2421; }
span { border-color: rgb(172,36,33); }
td.TdClassName
{
border-color: #AC2421;
}
.TagClassName
{
border-color: #AC2421;
}
</style>