Shades of Fire Brick #AC2D1C
Tints of Fire Brick #AC2D1C
RGB
CMYK
RGB Variations
Color information
#AC2D1C (or 0xAC2D1C) is known color: Fire Brick. HEX triplet: AC, 2D and 1C. RGB value is (172,45,28). Sum of RGB (Red+Green+Blue) = 172+45+28=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2D1C is #53D2E3. Grayscale: #515151. Windows color (decimal): -5493476 or 1846700. OLE color: 1846700.
HSL color Cylindrical-coordinate representation of color #AC2D1C: hue angle of 7.08º degrees, saturation: 0.72, 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 #AC2D1C is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 45 | 28 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.33 |
| HSL | 7.08º | 0.72% | 0.39% | - |
| HSV(B) | 7.08º | 0.84% | 0.67% | - |
| XYZ | 18.16 | 10.73 | 2.21 | - |
| YUV | 81.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 28 | 0 | 0.74 | 0.84 | 0.33 | 7.08 | 0.72 | 0.39 |
| Hex | AC | 2D | 1C | 0 | 4A | 54 | 21 | 7 | 48 | 27 |
| Octal | 254 | 55 | 34 | 0 | 112 | 124 | 41 | 7 | 110 | 47 |
| Binary | 10101100 | 101101 | 11100 | 0 | 1001010 | 1010100 | 100001 | 111 | 1001000 | 100111 |
Color Harmonies of #AC2D1C
Complementary color
Monochromatic Colors of #AC2D1C
Black with #AC2D1C
Text Example
Text Example
White with #AC2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2D1C; }
p { color: rgb(172,45,28); }
H1.HeaderClassName
{
color: #AC2D1C;
}
.AnyTagClassName
{
color: #AC2D1C;
}
</style>
background-color css
<style>
a { background-color: #AC2D1C; }
a { background-color: rgb(172,45,28); }
div.DivClassName
{
background-color: #AC2D1C;
}
.BgClassName
{
background-color: #AC2D1C;
}
</style>
border-color css
<style>
span { border-color: #AC2D1C; }
span { border-color: rgb(172,45,28); }
td.TdClassName
{
border-color: #AC2D1C;
}
.TagClassName
{
border-color: #AC2D1C;
}
</style>