Shades of Fire Brick #AC1A13
Tints of Fire Brick #AC1A13
RGB
CMYK
RGB Variations
Color information
#AC1A13 (or 0xAC1A13) is known color: Fire Brick. HEX triplet: AC, 1A and 13. RGB value is (172,26,19). Sum of RGB (Red+Green+Blue) = 172+26+19=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A13 is #53E5EC. Grayscale: #454545. Windows color (decimal): -5498349 or 1252012. OLE color: 1252012.
HSL color Cylindrical-coordinate representation of color #AC1A13: hue angle of 2.75º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1A13 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 19 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.33 |
| HSL | 2.75º | 0.8% | 0.37% | - |
| HSV(B) | 2.75º | 0.89% | 0.67% | - |
| XYZ | 17.5 | 9.56 | 1.54 | - |
| YUV | 68.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 19 | 0 | 0.85 | 0.89 | 0.33 | 2.75 | 0.8 | 0.37 |
| Hex | AC | 1A | 13 | 0 | 55 | 59 | 21 | 3 | 50 | 25 |
| Octal | 254 | 32 | 23 | 0 | 125 | 131 | 41 | 3 | 120 | 45 |
| Binary | 10101100 | 11010 | 10011 | 0 | 1010101 | 1011001 | 100001 | 11 | 1010000 | 100101 |
Color Harmonies of #AC1A13
Complementary color
Monochromatic Colors of #AC1A13
Black with #AC1A13
Text Example
Text Example
White with #AC1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A13; }
p { color: rgb(172,26,19); }
H1.HeaderClassName
{
color: #AC1A13;
}
.AnyTagClassName
{
color: #AC1A13;
}
</style>
background-color css
<style>
a { background-color: #AC1A13; }
a { background-color: rgb(172,26,19); }
div.DivClassName
{
background-color: #AC1A13;
}
.BgClassName
{
background-color: #AC1A13;
}
</style>
border-color css
<style>
span { border-color: #AC1A13; }
span { border-color: rgb(172,26,19); }
td.TdClassName
{
border-color: #AC1A13;
}
.TagClassName
{
border-color: #AC1A13;
}
</style>