Shades of Fire Brick #AC2810
Tints of Fire Brick #AC2810
RGB
CMYK
RGB Variations
Color information
#AC2810 (or 0xAC2810) is known color: Fire Brick. HEX triplet: AC, 28 and 10. RGB value is (172,40,16). Sum of RGB (Red+Green+Blue) = 172+40+16=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2810 is #53D7EF. Grayscale: #4C4C4C. Windows color (decimal): -5494768 or 1058988. OLE color: 1058988.
HSL color Cylindrical-coordinate representation of color #AC2810: hue angle of 9.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC2810 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 16 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.33 |
| HSL | 9.23º | 0.83% | 0.37% | - |
| HSV(B) | 9.23º | 0.91% | 0.67% | - |
| XYZ | 17.87 | 10.33 | 1.54 | - |
| YUV | 76.73 | 93.73 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 16 | 0 | 0.77 | 0.91 | 0.33 | 9.23 | 0.83 | 0.37 |
| Hex | AC | 28 | 10 | 0 | 4D | 5B | 21 | 9 | 53 | 25 |
| Octal | 254 | 50 | 20 | 0 | 115 | 133 | 41 | 11 | 123 | 45 |
| Binary | 10101100 | 101000 | 10000 | 0 | 1001101 | 1011011 | 100001 | 1001 | 1010011 | 100101 |
Color Harmonies of #AC2810
Complementary color
Monochromatic Colors of #AC2810
Black with #AC2810
Text Example
Text Example
White with #AC2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2810; }
p { color: rgb(172,40,16); }
H1.HeaderClassName
{
color: #AC2810;
}
.AnyTagClassName
{
color: #AC2810;
}
</style>
background-color css
<style>
a { background-color: #AC2810; }
a { background-color: rgb(172,40,16); }
div.DivClassName
{
background-color: #AC2810;
}
.BgClassName
{
background-color: #AC2810;
}
</style>
border-color css
<style>
span { border-color: #AC2810; }
span { border-color: rgb(172,40,16); }
td.TdClassName
{
border-color: #AC2810;
}
.TagClassName
{
border-color: #AC2810;
}
</style>