Shades of Fire Brick #AC1A0A
Tints of Fire Brick #AC1A0A
RGB
CMYK
RGB Variations
Color information
#AC1A0A (or 0xAC1A0A) is known color: Fire Brick. HEX triplet: AC, 1A and 0A. RGB value is (172,26,10). Sum of RGB (Red+Green+Blue) = 172+26+10=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A0A is #53E5F5. Grayscale: #444444. Windows color (decimal): -5498358 or 662188. OLE color: 662188.
HSL color Cylindrical-coordinate representation of color #AC1A0A: hue angle of 5.93º degrees, saturation: 0.89, 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 #AC1A0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 10 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.33 |
| HSL | 5.93º | 0.89% | 0.36% | - |
| HSV(B) | 5.93º | 0.94% | 0.67% | - |
| XYZ | 17.44 | 9.53 | 1.21 | - |
| YUV | 67.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 10 | 0 | 0.85 | 0.94 | 0.33 | 5.93 | 0.89 | 0.36 |
| Hex | AC | 1A | A | 0 | 55 | 5E | 21 | 6 | 59 | 24 |
| Octal | 254 | 32 | 12 | 0 | 125 | 136 | 41 | 6 | 131 | 44 |
| Binary | 10101100 | 11010 | 1010 | 0 | 1010101 | 1011110 | 100001 | 110 | 1011001 | 100100 |
Color Harmonies of #AC1A0A
Complementary color
Monochromatic Colors of #AC1A0A
Black with #AC1A0A
Text Example
Text Example
White with #AC1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A0A; }
p { color: rgb(172,26,10); }
H1.HeaderClassName
{
color: #AC1A0A;
}
.AnyTagClassName
{
color: #AC1A0A;
}
</style>
background-color css
<style>
a { background-color: #AC1A0A; }
a { background-color: rgb(172,26,10); }
div.DivClassName
{
background-color: #AC1A0A;
}
.BgClassName
{
background-color: #AC1A0A;
}
</style>
border-color css
<style>
span { border-color: #AC1A0A; }
span { border-color: rgb(172,26,10); }
td.TdClassName
{
border-color: #AC1A0A;
}
.TagClassName
{
border-color: #AC1A0A;
}
</style>