Shades of Fire Brick #AC2A14
Tints of Fire Brick #AC2A14
RGB
CMYK
RGB Variations
Color information
#AC2A14 (or 0xAC2A14) is known color: Fire Brick. HEX triplet: AC, 2A and 14. RGB value is (172,42,20). Sum of RGB (Red+Green+Blue) = 172+42+20=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A14 is #53D5EB. Grayscale: #4E4E4E. Windows color (decimal): -5494252 or 1321644. OLE color: 1321644.
HSL color Cylindrical-coordinate representation of color #AC2A14: hue angle of 8.68º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC2A14 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 20 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.33 |
| HSL | 8.68º | 0.79% | 0.38% | - |
| HSV(B) | 8.68º | 0.88% | 0.67% | - |
| XYZ | 17.97 | 10.48 | 1.74 | - |
| YUV | 78.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 20 | 0 | 0.76 | 0.88 | 0.33 | 8.68 | 0.79 | 0.38 |
| Hex | AC | 2A | 14 | 0 | 4C | 58 | 21 | 9 | 4F | 26 |
| Octal | 254 | 52 | 24 | 0 | 114 | 130 | 41 | 11 | 117 | 46 |
| Binary | 10101100 | 101010 | 10100 | 0 | 1001100 | 1011000 | 100001 | 1001 | 1001111 | 100110 |
Color Harmonies of #AC2A14
Complementary color
Monochromatic Colors of #AC2A14
Black with #AC2A14
Text Example
Text Example
White with #AC2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A14; }
p { color: rgb(172,42,20); }
H1.HeaderClassName
{
color: #AC2A14;
}
.AnyTagClassName
{
color: #AC2A14;
}
</style>
background-color css
<style>
a { background-color: #AC2A14; }
a { background-color: rgb(172,42,20); }
div.DivClassName
{
background-color: #AC2A14;
}
.BgClassName
{
background-color: #AC2A14;
}
</style>
border-color css
<style>
span { border-color: #AC2A14; }
span { border-color: rgb(172,42,20); }
td.TdClassName
{
border-color: #AC2A14;
}
.TagClassName
{
border-color: #AC2A14;
}
</style>