Shades of Fire Brick #AC221D
Tints of Fire Brick #AC221D
RGB
CMYK
RGB Variations
Color information
#AC221D (or 0xAC221D) is known color: Fire Brick. HEX triplet: AC, 22 and 1D. RGB value is (172,34,29). Sum of RGB (Red+Green+Blue) = 172+34+29=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC221D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC221D is #53DDE2. Grayscale: #4A4A4A. Windows color (decimal): -5496291 or 1909420. OLE color: 1909420.
HSL color Cylindrical-coordinate representation of color #AC221D: hue angle of 2.1º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC221D is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 29 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.33 |
| HSL | 2.1º | 0.71% | 0.39% | - |
| HSV(B) | 2.1º | 0.83% | 0.67% | - |
| XYZ | 17.81 | 10 | 2.15 | - |
| YUV | 74.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 29 | 0 | 0.80 | 0.83 | 0.33 | 2.1 | 0.71 | 0.39 |
| Hex | AC | 22 | 1D | 0 | 50 | 53 | 21 | 2 | 47 | 27 |
| Octal | 254 | 42 | 35 | 0 | 120 | 123 | 41 | 2 | 107 | 47 |
| Binary | 10101100 | 100010 | 11101 | 0 | 1010000 | 1010011 | 100001 | 10 | 1000111 | 100111 |
Color Harmonies of #AC221D
Complementary color
Monochromatic Colors of #AC221D
Black with #AC221D
Text Example
Text Example
White with #AC221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC221D; }
p { color: rgb(172,34,29); }
H1.HeaderClassName
{
color: #AC221D;
}
.AnyTagClassName
{
color: #AC221D;
}
</style>
background-color css
<style>
a { background-color: #AC221D; }
a { background-color: rgb(172,34,29); }
div.DivClassName
{
background-color: #AC221D;
}
.BgClassName
{
background-color: #AC221D;
}
</style>
border-color css
<style>
span { border-color: #AC221D; }
span { border-color: rgb(172,34,29); }
td.TdClassName
{
border-color: #AC221D;
}
.TagClassName
{
border-color: #AC221D;
}
</style>