Shades of Fire Brick #AC2A18
Tints of Fire Brick #AC2A18
RGB
CMYK
RGB Variations
Color information
#AC2A18 (or 0xAC2A18) is known color: Fire Brick. HEX triplet: AC, 2A and 18. RGB value is (172,42,24). Sum of RGB (Red+Green+Blue) = 172+42+24=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A18 is #53D5E7. Grayscale: #4F4F4F. Windows color (decimal): -5494248 or 1583788. OLE color: 1583788.
HSL color Cylindrical-coordinate representation of color #AC2A18: hue angle of 7.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC2A18 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 24 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.33 |
| HSL | 7.3º | 0.76% | 0.38% | - |
| HSV(B) | 7.3º | 0.86% | 0.67% | - |
| XYZ | 18.01 | 10.49 | 1.94 | - |
| YUV | 78.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 24 | 0 | 0.76 | 0.86 | 0.33 | 7.3 | 0.76 | 0.38 |
| Hex | AC | 2A | 18 | 0 | 4C | 56 | 21 | 7 | 4C | 26 |
| Octal | 254 | 52 | 30 | 0 | 114 | 126 | 41 | 7 | 114 | 46 |
| Binary | 10101100 | 101010 | 11000 | 0 | 1001100 | 1010110 | 100001 | 111 | 1001100 | 100110 |
Color Harmonies of #AC2A18
Complementary color
Monochromatic Colors of #AC2A18
Black with #AC2A18
Text Example
Text Example
White with #AC2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A18; }
p { color: rgb(172,42,24); }
H1.HeaderClassName
{
color: #AC2A18;
}
.AnyTagClassName
{
color: #AC2A18;
}
</style>
background-color css
<style>
a { background-color: #AC2A18; }
a { background-color: rgb(172,42,24); }
div.DivClassName
{
background-color: #AC2A18;
}
.BgClassName
{
background-color: #AC2A18;
}
</style>
border-color css
<style>
span { border-color: #AC2A18; }
span { border-color: rgb(172,42,24); }
td.TdClassName
{
border-color: #AC2A18;
}
.TagClassName
{
border-color: #AC2A18;
}
</style>