Shades of Fire Brick #AC2103
Tints of Fire Brick #AC2103
RGB
CMYK
RGB Variations
Color information
#AC2103 (or 0xAC2103) is known color: Fire Brick. HEX triplet: AC, 21 and 03. RGB value is (172,33,3). Sum of RGB (Red+Green+Blue) = 172+33+3=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2103 is #53DEFC. Grayscale: #474747. Windows color (decimal): -5496573 or 205228. OLE color: 205228.
HSL color Cylindrical-coordinate representation of color #AC2103: hue angle of 10.65º 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 #AC2103 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.33 |
| HSL | 10.65º | 0.97% | 0.34% | - |
| HSV(B) | 10.65º | 0.98% | 0.67% | - |
| XYZ | 17.57 | 9.86 | 1.06 | - |
| YUV | 71.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 3 | 0 | 0.81 | 0.98 | 0.33 | 10.65 | 0.97 | 0.34 |
| Hex | AC | 21 | 3 | 0 | 51 | 62 | 21 | B | 61 | 22 |
| Octal | 254 | 41 | 3 | 0 | 121 | 142 | 41 | 13 | 141 | 42 |
| Binary | 10101100 | 100001 | 11 | 0 | 1010001 | 1100010 | 100001 | 1011 | 1100001 | 100010 |
Color Harmonies of #AC2103
Complementary color
Monochromatic Colors of #AC2103
Black with #AC2103
Text Example
Text Example
White with #AC2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2103; }
p { color: rgb(172,33,3); }
H1.HeaderClassName
{
color: #AC2103;
}
.AnyTagClassName
{
color: #AC2103;
}
</style>
background-color css
<style>
a { background-color: #AC2103; }
a { background-color: rgb(172,33,3); }
div.DivClassName
{
background-color: #AC2103;
}
.BgClassName
{
background-color: #AC2103;
}
</style>
border-color css
<style>
span { border-color: #AC2103; }
span { border-color: rgb(172,33,3); }
td.TdClassName
{
border-color: #AC2103;
}
.TagClassName
{
border-color: #AC2103;
}
</style>