Shades of Fire Brick #AC1F11
Tints of Fire Brick #AC1F11
RGB
CMYK
RGB Variations
Color information
#AC1F11 (or 0xAC1F11) is known color: Fire Brick. HEX triplet: AC, 1F and 11. RGB value is (172,31,17). Sum of RGB (Red+Green+Blue) = 172+31+17=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1F11 is #53E0EE. Grayscale: #474747. Windows color (decimal): -5497071 or 1122220. OLE color: 1122220.
HSL color Cylindrical-coordinate representation of color #AC1F11: hue angle of 5.42º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1F11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 17 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.33 |
| HSL | 5.42º | 0.82% | 0.37% | - |
| HSV(B) | 5.42º | 0.9% | 0.67% | - |
| XYZ | 17.6 | 9.79 | 1.49 | - |
| YUV | 71.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 17 | 0 | 0.82 | 0.90 | 0.33 | 5.42 | 0.82 | 0.37 |
| Hex | AC | 1F | 11 | 0 | 52 | 5A | 21 | 5 | 52 | 25 |
| Octal | 254 | 37 | 21 | 0 | 122 | 132 | 41 | 5 | 122 | 45 |
| Binary | 10101100 | 11111 | 10001 | 0 | 1010010 | 1011010 | 100001 | 101 | 1010010 | 100101 |
Color Harmonies of #AC1F11
Complementary color
Monochromatic Colors of #AC1F11
Black with #AC1F11
Text Example
Text Example
White with #AC1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F11; }
p { color: rgb(172,31,17); }
H1.HeaderClassName
{
color: #AC1F11;
}
.AnyTagClassName
{
color: #AC1F11;
}
</style>
background-color css
<style>
a { background-color: #AC1F11; }
a { background-color: rgb(172,31,17); }
div.DivClassName
{
background-color: #AC1F11;
}
.BgClassName
{
background-color: #AC1F11;
}
</style>
border-color css
<style>
span { border-color: #AC1F11; }
span { border-color: rgb(172,31,17); }
td.TdClassName
{
border-color: #AC1F11;
}
.TagClassName
{
border-color: #AC1F11;
}
</style>