Shades of Fire Brick #AC211B
Tints of Fire Brick #AC211B
RGB
CMYK
RGB Variations
Color information
#AC211B (or 0xAC211B) is known color: Fire Brick. HEX triplet: AC, 21 and 1B. RGB value is (172,33,27). Sum of RGB (Red+Green+Blue) = 172+33+27=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC211B is #53DEE4. Grayscale: #4A4A4A. Windows color (decimal): -5496549 or 1778092. OLE color: 1778092.
HSL color Cylindrical-coordinate representation of color #AC211B: hue angle of 2.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC211B is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 27 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.33 |
| HSL | 2.48º | 0.73% | 0.39% | - |
| HSV(B) | 2.48º | 0.84% | 0.67% | - |
| XYZ | 17.75 | 9.94 | 2.02 | - |
| YUV | 73.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 27 | 0 | 0.81 | 0.84 | 0.33 | 2.48 | 0.73 | 0.39 |
| Hex | AC | 21 | 1B | 0 | 51 | 54 | 21 | 2 | 49 | 27 |
| Octal | 254 | 41 | 33 | 0 | 121 | 124 | 41 | 2 | 111 | 47 |
| Binary | 10101100 | 100001 | 11011 | 0 | 1010001 | 1010100 | 100001 | 10 | 1001001 | 100111 |
Color Harmonies of #AC211B
Complementary color
Monochromatic Colors of #AC211B
Black with #AC211B
Text Example
Text Example
White with #AC211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC211B; }
p { color: rgb(172,33,27); }
H1.HeaderClassName
{
color: #AC211B;
}
.AnyTagClassName
{
color: #AC211B;
}
</style>
background-color css
<style>
a { background-color: #AC211B; }
a { background-color: rgb(172,33,27); }
div.DivClassName
{
background-color: #AC211B;
}
.BgClassName
{
background-color: #AC211B;
}
</style>
border-color css
<style>
span { border-color: #AC211B; }
span { border-color: rgb(172,33,27); }
td.TdClassName
{
border-color: #AC211B;
}
.TagClassName
{
border-color: #AC211B;
}
</style>