Shades of Fire Brick #AC190C
Tints of Fire Brick #AC190C
RGB
CMYK
RGB Variations
Color information
#AC190C (or 0xAC190C) is known color: Fire Brick. HEX triplet: AC, 19 and 0C. RGB value is (172,25,12). Sum of RGB (Red+Green+Blue) = 172+25+12=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC190C is #53E6F3. Grayscale: #434343. Windows color (decimal): -5498612 or 793004. OLE color: 793004.
HSL color Cylindrical-coordinate representation of color #AC190C: hue angle of 4.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC190C is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 12 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.33 |
| HSL | 4.88º | 0.87% | 0.36% | - |
| HSV(B) | 4.88º | 0.93% | 0.67% | - |
| XYZ | 17.43 | 9.49 | 1.26 | - |
| YUV | 67.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 12 | 0 | 0.85 | 0.93 | 0.33 | 4.88 | 0.87 | 0.36 |
| Hex | AC | 19 | C | 0 | 55 | 5D | 21 | 5 | 57 | 24 |
| Octal | 254 | 31 | 14 | 0 | 125 | 135 | 41 | 5 | 127 | 44 |
| Binary | 10101100 | 11001 | 1100 | 0 | 1010101 | 1011101 | 100001 | 101 | 1010111 | 100100 |
Color Harmonies of #AC190C
Complementary color
Monochromatic Colors of #AC190C
Black with #AC190C
Text Example
Text Example
White with #AC190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC190C; }
p { color: rgb(172,25,12); }
H1.HeaderClassName
{
color: #AC190C;
}
.AnyTagClassName
{
color: #AC190C;
}
</style>
background-color css
<style>
a { background-color: #AC190C; }
a { background-color: rgb(172,25,12); }
div.DivClassName
{
background-color: #AC190C;
}
.BgClassName
{
background-color: #AC190C;
}
</style>
border-color css
<style>
span { border-color: #AC190C; }
span { border-color: rgb(172,25,12); }
td.TdClassName
{
border-color: #AC190C;
}
.TagClassName
{
border-color: #AC190C;
}
</style>