Shades of Fire Brick #AC1919
Tints of Fire Brick #AC1919
RGB
CMYK
RGB Variations
Color information
#AC1919 (or 0xAC1919) is known color: Fire Brick. HEX triplet: AC, 19 and 19. RGB value is (172,25,25). Sum of RGB (Red+Green+Blue) = 172+25+25=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1919 is #53E6E6. Grayscale: #454545. Windows color (decimal): -5498599 or 1644972. OLE color: 1644972.
HSL color Cylindrical-coordinate representation of color #AC1919: hue angle of 0º 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 #AC1919 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 25 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.33 |
| HSL | 0º | 0.75% | 0.39% | - |
| HSV(B) | 0º | 0.85% | 0.67% | - |
| XYZ | 17.54 | 9.54 | 1.84 | - |
| YUV | 68.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 25 | 0 | 0.85 | 0.85 | 0.33 | 0 | 0.75 | 0.39 |
| Hex | AC | 19 | 19 | 0 | 55 | 55 | 21 | 0 | 4B | 27 |
| Octal | 254 | 31 | 31 | 0 | 125 | 125 | 41 | 0 | 113 | 47 |
| Binary | 10101100 | 11001 | 11001 | 0 | 1010101 | 1010101 | 100001 | 0 | 1001011 | 100111 |
Color Harmonies of #AC1919
Complementary color
Monochromatic Colors of #AC1919
Black with #AC1919
Text Example
Text Example
White with #AC1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1919; }
p { color: rgb(172,25,25); }
H1.HeaderClassName
{
color: #AC1919;
}
.AnyTagClassName
{
color: #AC1919;
}
</style>
background-color css
<style>
a { background-color: #AC1919; }
a { background-color: rgb(172,25,25); }
div.DivClassName
{
background-color: #AC1919;
}
.BgClassName
{
background-color: #AC1919;
}
</style>
border-color css
<style>
span { border-color: #AC1919; }
span { border-color: rgb(172,25,25); }
td.TdClassName
{
border-color: #AC1919;
}
.TagClassName
{
border-color: #AC1919;
}
</style>