Shades of Fire Brick #AC2A10
Tints of Fire Brick #AC2A10
RGB
CMYK
RGB Variations
Color information
#AC2A10 (or 0xAC2A10) is known color: Fire Brick. HEX triplet: AC, 2A and 10. RGB value is (172,42,16). Sum of RGB (Red+Green+Blue) = 172+42+16=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A10 is #53D5EF. Grayscale: #4E4E4E. Windows color (decimal): -5494256 or 1059500. OLE color: 1059500.
HSL color Cylindrical-coordinate representation of color #AC2A10: hue angle of 10º 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 #AC2A10 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 16 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.33 |
| HSL | 10º | 0.83% | 0.37% | - |
| HSV(B) | 10º | 0.91% | 0.67% | - |
| XYZ | 17.93 | 10.46 | 1.56 | - |
| YUV | 77.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 16 | 0 | 0.76 | 0.91 | 0.33 | 10 | 0.83 | 0.37 |
| Hex | AC | 2A | 10 | 0 | 4C | 5B | 21 | A | 53 | 25 |
| Octal | 254 | 52 | 20 | 0 | 114 | 133 | 41 | 12 | 123 | 45 |
| Binary | 10101100 | 101010 | 10000 | 0 | 1001100 | 1011011 | 100001 | 1010 | 1010011 | 100101 |
Color Harmonies of #AC2A10
Complementary color
Monochromatic Colors of #AC2A10
Black with #AC2A10
Text Example
Text Example
White with #AC2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A10; }
p { color: rgb(172,42,16); }
H1.HeaderClassName
{
color: #AC2A10;
}
.AnyTagClassName
{
color: #AC2A10;
}
</style>
background-color css
<style>
a { background-color: #AC2A10; }
a { background-color: rgb(172,42,16); }
div.DivClassName
{
background-color: #AC2A10;
}
.BgClassName
{
background-color: #AC2A10;
}
</style>
border-color css
<style>
span { border-color: #AC2A10; }
span { border-color: rgb(172,42,16); }
td.TdClassName
{
border-color: #AC2A10;
}
.TagClassName
{
border-color: #AC2A10;
}
</style>