Shades of Fire Brick #AC201B
Tints of Fire Brick #AC201B
RGB
CMYK
RGB Variations
Color information
#AC201B (or 0xAC201B) is known color: Fire Brick. HEX triplet: AC, 20 and 1B. RGB value is (172,32,27). Sum of RGB (Red+Green+Blue) = 172+32+27=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC201B is #53DFE4. Grayscale: #494949. Windows color (decimal): -5496805 or 1777836. OLE color: 1777836.
HSL color Cylindrical-coordinate representation of color #AC201B: hue angle of 2.07º 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 #AC201B is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 27 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.33 |
| HSL | 2.07º | 0.73% | 0.39% | - |
| HSV(B) | 2.07º | 0.84% | 0.67% | - |
| XYZ | 17.73 | 9.88 | 2.01 | - |
| YUV | 73.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 27 | 0 | 0.81 | 0.84 | 0.33 | 2.07 | 0.73 | 0.39 |
| Hex | AC | 20 | 1B | 0 | 51 | 54 | 21 | 2 | 49 | 27 |
| Octal | 254 | 40 | 33 | 0 | 121 | 124 | 41 | 2 | 111 | 47 |
| Binary | 10101100 | 100000 | 11011 | 0 | 1010001 | 1010100 | 100001 | 10 | 1001001 | 100111 |
Color Harmonies of #AC201B
Complementary color
Monochromatic Colors of #AC201B
Black with #AC201B
Text Example
Text Example
White with #AC201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC201B; }
p { color: rgb(172,32,27); }
H1.HeaderClassName
{
color: #AC201B;
}
.AnyTagClassName
{
color: #AC201B;
}
</style>
background-color css
<style>
a { background-color: #AC201B; }
a { background-color: rgb(172,32,27); }
div.DivClassName
{
background-color: #AC201B;
}
.BgClassName
{
background-color: #AC201B;
}
</style>
border-color css
<style>
span { border-color: #AC201B; }
span { border-color: rgb(172,32,27); }
td.TdClassName
{
border-color: #AC201B;
}
.TagClassName
{
border-color: #AC201B;
}
</style>