Shades of Fire Brick #AC2203
Tints of Fire Brick #AC2203
RGB
CMYK
RGB Variations
Color information
#AC2203 (or 0xAC2203) is known color: Fire Brick. HEX triplet: AC, 22 and 03. RGB value is (172,34,3). Sum of RGB (Red+Green+Blue) = 172+34+3=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2203 is #53DDFC. Grayscale: #474747. Windows color (decimal): -5496317 or 205484. OLE color: 205484.
HSL color Cylindrical-coordinate representation of color #AC2203: hue angle of 11.01º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2203 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.33 |
| HSL | 11.01º | 0.97% | 0.34% | - |
| HSV(B) | 11.01º | 0.98% | 0.67% | - |
| XYZ | 17.6 | 9.92 | 1.07 | - |
| YUV | 71.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 3 | 0 | 0.80 | 0.98 | 0.33 | 11.01 | 0.97 | 0.34 |
| Hex | AC | 22 | 3 | 0 | 50 | 62 | 21 | B | 61 | 22 |
| Octal | 254 | 42 | 3 | 0 | 120 | 142 | 41 | 13 | 141 | 42 |
| Binary | 10101100 | 100010 | 11 | 0 | 1010000 | 1100010 | 100001 | 1011 | 1100001 | 100010 |
Color Harmonies of #AC2203
Complementary color
Monochromatic Colors of #AC2203
Black with #AC2203
Text Example
Text Example
White with #AC2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2203; }
p { color: rgb(172,34,3); }
H1.HeaderClassName
{
color: #AC2203;
}
.AnyTagClassName
{
color: #AC2203;
}
</style>
background-color css
<style>
a { background-color: #AC2203; }
a { background-color: rgb(172,34,3); }
div.DivClassName
{
background-color: #AC2203;
}
.BgClassName
{
background-color: #AC2203;
}
</style>
border-color css
<style>
span { border-color: #AC2203; }
span { border-color: rgb(172,34,3); }
td.TdClassName
{
border-color: #AC2203;
}
.TagClassName
{
border-color: #AC2203;
}
</style>