Shades of Fire Brick #AC2821
Tints of Fire Brick #AC2821
RGB
CMYK
RGB Variations
Color information
#AC2821 (or 0xAC2821) is known color: Fire Brick. HEX triplet: AC, 28 and 21. RGB value is (172,40,33). Sum of RGB (Red+Green+Blue) = 172+40+33=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2821 is #53D7DE. Grayscale: #4E4E4E. Windows color (decimal): -5494751 or 2173100. OLE color: 2173100.
HSL color Cylindrical-coordinate representation of color #AC2821: hue angle of 3.02º 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 #AC2821 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 33 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.33 |
| HSL | 3.02º | 0.68% | 0.4% | - |
| HSV(B) | 3.02º | 0.81% | 0.67% | - |
| XYZ | 18.05 | 10.4 | 2.49 | - |
| YUV | 78.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 33 | 0 | 0.77 | 0.81 | 0.33 | 3.02 | 0.68 | 0.4 |
| Hex | AC | 28 | 21 | 0 | 4D | 51 | 21 | 3 | 44 | 28 |
| Octal | 254 | 50 | 41 | 0 | 115 | 121 | 41 | 3 | 104 | 50 |
| Binary | 10101100 | 101000 | 100001 | 0 | 1001101 | 1010001 | 100001 | 11 | 1000100 | 101000 |
Color Harmonies of #AC2821
Complementary color
Monochromatic Colors of #AC2821
Black with #AC2821
Text Example
Text Example
White with #AC2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2821; }
p { color: rgb(172,40,33); }
H1.HeaderClassName
{
color: #AC2821;
}
.AnyTagClassName
{
color: #AC2821;
}
</style>
background-color css
<style>
a { background-color: #AC2821; }
a { background-color: rgb(172,40,33); }
div.DivClassName
{
background-color: #AC2821;
}
.BgClassName
{
background-color: #AC2821;
}
</style>
border-color css
<style>
span { border-color: #AC2821; }
span { border-color: rgb(172,40,33); }
td.TdClassName
{
border-color: #AC2821;
}
.TagClassName
{
border-color: #AC2821;
}
</style>