Shades of Fire Brick #AC140D
Tints of Fire Brick #AC140D
RGB
CMYK
RGB Variations
Color information
#AC140D (or 0xAC140D) is known color: Fire Brick. HEX triplet: AC, 14 and 0D. RGB value is (172,20,13). Sum of RGB (Red+Green+Blue) = 172+20+13=205 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.90% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 172 - color contains mainly: red. Hex color #AC140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC140D is #53EBF2. Grayscale: #404040. Windows color (decimal): -5499891 or 857260. OLE color: 857260.
HSL color Cylindrical-coordinate representation of color #AC140D: hue angle of 2.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC140D is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 13 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.33 |
| HSL | 2.64º | 0.86% | 0.36% | - |
| HSV(B) | 2.64º | 0.92% | 0.67% | - |
| XYZ | 17.34 | 9.3 | 1.26 | - |
| YUV | 64.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 13 | 0 | 0.88 | 0.92 | 0.33 | 2.64 | 0.86 | 0.36 |
| Hex | AC | 14 | D | 0 | 58 | 5C | 21 | 3 | 56 | 24 |
| Octal | 254 | 24 | 15 | 0 | 130 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101100 | 10100 | 1101 | 0 | 1011000 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AC140D
Complementary color
Monochromatic Colors of #AC140D
Black with #AC140D
Text Example
Text Example
White with #AC140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC140D; }
p { color: rgb(172,20,13); }
H1.HeaderClassName
{
color: #AC140D;
}
.AnyTagClassName
{
color: #AC140D;
}
</style>
background-color css
<style>
a { background-color: #AC140D; }
a { background-color: rgb(172,20,13); }
div.DivClassName
{
background-color: #AC140D;
}
.BgClassName
{
background-color: #AC140D;
}
</style>
border-color css
<style>
span { border-color: #AC140D; }
span { border-color: rgb(172,20,13); }
td.TdClassName
{
border-color: #AC140D;
}
.TagClassName
{
border-color: #AC140D;
}
</style>