Shades of Fire Brick #AC1A0E
Tints of Fire Brick #AC1A0E
RGB
CMYK
RGB Variations
Color information
#AC1A0E (or 0xAC1A0E) is known color: Fire Brick. HEX triplet: AC, 1A and 0E. RGB value is (172,26,14). Sum of RGB (Red+Green+Blue) = 172+26+14=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A0E is #53E5F1. Grayscale: #444444. Windows color (decimal): -5498354 or 924332. OLE color: 924332.
HSL color Cylindrical-coordinate representation of color #AC1A0E: hue angle of 4.56º degrees, saturation: 0.85, 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 #AC1A0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.56º | 0.85% | 0.36% | - |
| HSV(B) | 4.56º | 0.92% | 0.67% | - |
| XYZ | 17.46 | 9.54 | 1.34 | - |
| YUV | 68.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 14 | 0 | 0.85 | 0.92 | 0.33 | 4.56 | 0.85 | 0.36 |
| Hex | AC | 1A | E | 0 | 55 | 5C | 21 | 5 | 55 | 24 |
| Octal | 254 | 32 | 16 | 0 | 125 | 134 | 41 | 5 | 125 | 44 |
| Binary | 10101100 | 11010 | 1110 | 0 | 1010101 | 1011100 | 100001 | 101 | 1010101 | 100100 |
Color Harmonies of #AC1A0E
Complementary color
Monochromatic Colors of #AC1A0E
Black with #AC1A0E
Text Example
Text Example
White with #AC1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A0E; }
p { color: rgb(172,26,14); }
H1.HeaderClassName
{
color: #AC1A0E;
}
.AnyTagClassName
{
color: #AC1A0E;
}
</style>
background-color css
<style>
a { background-color: #AC1A0E; }
a { background-color: rgb(172,26,14); }
div.DivClassName
{
background-color: #AC1A0E;
}
.BgClassName
{
background-color: #AC1A0E;
}
</style>
border-color css
<style>
span { border-color: #AC1A0E; }
span { border-color: rgb(172,26,14); }
td.TdClassName
{
border-color: #AC1A0E;
}
.TagClassName
{
border-color: #AC1A0E;
}
</style>