Shades of Fire Brick #AC190D
Tints of Fire Brick #AC190D
RGB
CMYK
RGB Variations
Color information
#AC190D (or 0xAC190D) is known color: Fire Brick. HEX triplet: AC, 19 and 0D. RGB value is (172,25,13). Sum of RGB (Red+Green+Blue) = 172+25+13=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC190D is #53E6F2. Grayscale: #434343. Windows color (decimal): -5498611 or 858540. OLE color: 858540.
HSL color Cylindrical-coordinate representation of color #AC190D: hue angle of 4.53º degrees, saturation: 0.86, 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 #AC190D is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 13 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.53º | 0.86% | 0.36% | - |
| HSV(B) | 4.53º | 0.92% | 0.67% | - |
| XYZ | 17.43 | 9.49 | 1.29 | - |
| YUV | 67.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 13 | 0 | 0.85 | 0.92 | 0.33 | 4.53 | 0.86 | 0.36 |
| Hex | AC | 19 | D | 0 | 55 | 5C | 21 | 5 | 56 | 24 |
| Octal | 254 | 31 | 15 | 0 | 125 | 134 | 41 | 5 | 126 | 44 |
| Binary | 10101100 | 11001 | 1101 | 0 | 1010101 | 1011100 | 100001 | 101 | 1010110 | 100100 |
Color Harmonies of #AC190D
Complementary color
Monochromatic Colors of #AC190D
Black with #AC190D
Text Example
Text Example
White with #AC190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC190D; }
p { color: rgb(172,25,13); }
H1.HeaderClassName
{
color: #AC190D;
}
.AnyTagClassName
{
color: #AC190D;
}
</style>
background-color css
<style>
a { background-color: #AC190D; }
a { background-color: rgb(172,25,13); }
div.DivClassName
{
background-color: #AC190D;
}
.BgClassName
{
background-color: #AC190D;
}
</style>
border-color css
<style>
span { border-color: #AC190D; }
span { border-color: rgb(172,25,13); }
td.TdClassName
{
border-color: #AC190D;
}
.TagClassName
{
border-color: #AC190D;
}
</style>