Shades of Fire Brick #AC1D13
Tints of Fire Brick #AC1D13
RGB
CMYK
RGB Variations
Color information
#AC1D13 (or 0xAC1D13) is known color: Fire Brick. HEX triplet: AC, 1D and 13. RGB value is (172,29,19). Sum of RGB (Red+Green+Blue) = 172+29+19=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D13 is #53E2EC. Grayscale: #464646. Windows color (decimal): -5497581 or 1252780. OLE color: 1252780.
HSL color Cylindrical-coordinate representation of color #AC1D13: hue angle of 3.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1D13 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 19 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.33 |
| HSL | 3.92º | 0.8% | 0.37% | - |
| HSV(B) | 3.92º | 0.89% | 0.67% | - |
| XYZ | 17.57 | 9.7 | 1.56 | - |
| YUV | 70.62 | 98.88 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 19 | 0 | 0.83 | 0.89 | 0.33 | 3.92 | 0.8 | 0.37 |
| Hex | AC | 1D | 13 | 0 | 53 | 59 | 21 | 4 | 50 | 25 |
| Octal | 254 | 35 | 23 | 0 | 123 | 131 | 41 | 4 | 120 | 45 |
| Binary | 10101100 | 11101 | 10011 | 0 | 1010011 | 1011001 | 100001 | 100 | 1010000 | 100101 |
Color Harmonies of #AC1D13
Complementary color
Monochromatic Colors of #AC1D13
Black with #AC1D13
Text Example
Text Example
White with #AC1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D13; }
p { color: rgb(172,29,19); }
H1.HeaderClassName
{
color: #AC1D13;
}
.AnyTagClassName
{
color: #AC1D13;
}
</style>
background-color css
<style>
a { background-color: #AC1D13; }
a { background-color: rgb(172,29,19); }
div.DivClassName
{
background-color: #AC1D13;
}
.BgClassName
{
background-color: #AC1D13;
}
</style>
border-color css
<style>
span { border-color: #AC1D13; }
span { border-color: rgb(172,29,19); }
td.TdClassName
{
border-color: #AC1D13;
}
.TagClassName
{
border-color: #AC1D13;
}
</style>