Shades of Fire Brick #AC2A1A
Tints of Fire Brick #AC2A1A
RGB
CMYK
RGB Variations
Color information
#AC2A1A (or 0xAC2A1A) is known color: Fire Brick. HEX triplet: AC, 2A and 1A. RGB value is (172,42,26). Sum of RGB (Red+Green+Blue) = 172+42+26=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A1A is #53D5E5. Grayscale: #4F4F4F. Windows color (decimal): -5494246 or 1714860. OLE color: 1714860.
HSL color Cylindrical-coordinate representation of color #AC2A1A: hue angle of 6.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC2A1A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 26 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.33 |
| HSL | 6.58º | 0.74% | 0.39% | - |
| HSV(B) | 6.58º | 0.85% | 0.67% | - |
| XYZ | 18.03 | 10.5 | 2.05 | - |
| YUV | 79.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 26 | 0 | 0.76 | 0.85 | 0.33 | 6.58 | 0.74 | 0.39 |
| Hex | AC | 2A | 1A | 0 | 4C | 55 | 21 | 7 | 4A | 27 |
| Octal | 254 | 52 | 32 | 0 | 114 | 125 | 41 | 7 | 112 | 47 |
| Binary | 10101100 | 101010 | 11010 | 0 | 1001100 | 1010101 | 100001 | 111 | 1001010 | 100111 |
Color Harmonies of #AC2A1A
Complementary color
Monochromatic Colors of #AC2A1A
Black with #AC2A1A
Text Example
Text Example
White with #AC2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A1A; }
p { color: rgb(172,42,26); }
H1.HeaderClassName
{
color: #AC2A1A;
}
.AnyTagClassName
{
color: #AC2A1A;
}
</style>
background-color css
<style>
a { background-color: #AC2A1A; }
a { background-color: rgb(172,42,26); }
div.DivClassName
{
background-color: #AC2A1A;
}
.BgClassName
{
background-color: #AC2A1A;
}
</style>
border-color css
<style>
span { border-color: #AC2A1A; }
span { border-color: rgb(172,42,26); }
td.TdClassName
{
border-color: #AC2A1A;
}
.TagClassName
{
border-color: #AC2A1A;
}
</style>