Shades of Fire Brick #AC140B
Tints of Fire Brick #AC140B
RGB
CMYK
RGB Variations
Color information
#AC140B (or 0xAC140B) is known color: Fire Brick. HEX triplet: AC, 14 and 0B. RGB value is (172,20,11). Sum of RGB (Red+Green+Blue) = 172+20+11=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC140B is #53EBF4. Grayscale: #404040. Windows color (decimal): -5499893 or 726188. OLE color: 726188.
HSL color Cylindrical-coordinate representation of color #AC140B: hue angle of 3.35º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC140B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.33 |
| HSL | 3.35º | 0.88% | 0.36% | - |
| HSV(B) | 3.35º | 0.94% | 0.67% | - |
| XYZ | 17.32 | 9.3 | 1.2 | - |
| YUV | 64.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 11 | 0 | 0.88 | 0.94 | 0.33 | 3.35 | 0.88 | 0.36 |
| Hex | AC | 14 | B | 0 | 58 | 5E | 21 | 3 | 58 | 24 |
| Octal | 254 | 24 | 13 | 0 | 130 | 136 | 41 | 3 | 130 | 44 |
| Binary | 10101100 | 10100 | 1011 | 0 | 1011000 | 1011110 | 100001 | 11 | 1011000 | 100100 |
Color Harmonies of #AC140B
Complementary color
Monochromatic Colors of #AC140B
Black with #AC140B
Text Example
Text Example
White with #AC140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC140B; }
p { color: rgb(172,20,11); }
H1.HeaderClassName
{
color: #AC140B;
}
.AnyTagClassName
{
color: #AC140B;
}
</style>
background-color css
<style>
a { background-color: #AC140B; }
a { background-color: rgb(172,20,11); }
div.DivClassName
{
background-color: #AC140B;
}
.BgClassName
{
background-color: #AC140B;
}
</style>
border-color css
<style>
span { border-color: #AC140B; }
span { border-color: rgb(172,20,11); }
td.TdClassName
{
border-color: #AC140B;
}
.TagClassName
{
border-color: #AC140B;
}
</style>