Shades of Fire Brick #AC1D19
Tints of Fire Brick #AC1D19
RGB
CMYK
RGB Variations
Color information
#AC1D19 (or 0xAC1D19) is known color: Fire Brick. HEX triplet: AC, 1D and 19. RGB value is (172,29,25). Sum of RGB (Red+Green+Blue) = 172+29+25=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D19 is #53E2E6. Grayscale: #474747. Windows color (decimal): -5497575 or 1645996. OLE color: 1645996.
HSL color Cylindrical-coordinate representation of color #AC1D19: hue angle of 1.63º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1D19 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 25 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.33 |
| HSL | 1.63º | 0.75% | 0.39% | - |
| HSV(B) | 1.63º | 0.85% | 0.67% | - |
| XYZ | 17.63 | 9.72 | 1.87 | - |
| YUV | 71.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 25 | 0 | 0.83 | 0.85 | 0.33 | 1.63 | 0.75 | 0.39 |
| Hex | AC | 1D | 19 | 0 | 53 | 55 | 21 | 2 | 4B | 27 |
| Octal | 254 | 35 | 31 | 0 | 123 | 125 | 41 | 2 | 113 | 47 |
| Binary | 10101100 | 11101 | 11001 | 0 | 1010011 | 1010101 | 100001 | 10 | 1001011 | 100111 |
Color Harmonies of #AC1D19
Complementary color
Monochromatic Colors of #AC1D19
Black with #AC1D19
Text Example
Text Example
White with #AC1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D19; }
p { color: rgb(172,29,25); }
H1.HeaderClassName
{
color: #AC1D19;
}
.AnyTagClassName
{
color: #AC1D19;
}
</style>
background-color css
<style>
a { background-color: #AC1D19; }
a { background-color: rgb(172,29,25); }
div.DivClassName
{
background-color: #AC1D19;
}
.BgClassName
{
background-color: #AC1D19;
}
</style>
border-color css
<style>
span { border-color: #AC1D19; }
span { border-color: rgb(172,29,25); }
td.TdClassName
{
border-color: #AC1D19;
}
.TagClassName
{
border-color: #AC1D19;
}
</style>