Shades of Fire Brick #AC2511
Tints of Fire Brick #AC2511
RGB
CMYK
RGB Variations
Color information
#AC2511 (or 0xAC2511) is known color: Fire Brick. HEX triplet: AC, 25 and 11. RGB value is (172,37,17). Sum of RGB (Red+Green+Blue) = 172+37+17=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2511 is #53DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5495535 or 1123756. OLE color: 1123756.
HSL color Cylindrical-coordinate representation of color #AC2511: hue angle of 7.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC2511 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 17 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.33 |
| HSL | 7.74º | 0.82% | 0.37% | - |
| HSV(B) | 7.74º | 0.9% | 0.67% | - |
| XYZ | 17.78 | 10.13 | 1.55 | - |
| YUV | 75.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 17 | 0 | 0.78 | 0.90 | 0.33 | 7.74 | 0.82 | 0.37 |
| Hex | AC | 25 | 11 | 0 | 4E | 5A | 21 | 8 | 52 | 25 |
| Octal | 254 | 45 | 21 | 0 | 116 | 132 | 41 | 10 | 122 | 45 |
| Binary | 10101100 | 100101 | 10001 | 0 | 1001110 | 1011010 | 100001 | 1000 | 1010010 | 100101 |
Color Harmonies of #AC2511
Complementary color
Monochromatic Colors of #AC2511
Black with #AC2511
Text Example
Text Example
White with #AC2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2511; }
p { color: rgb(172,37,17); }
H1.HeaderClassName
{
color: #AC2511;
}
.AnyTagClassName
{
color: #AC2511;
}
</style>
background-color css
<style>
a { background-color: #AC2511; }
a { background-color: rgb(172,37,17); }
div.DivClassName
{
background-color: #AC2511;
}
.BgClassName
{
background-color: #AC2511;
}
</style>
border-color css
<style>
span { border-color: #AC2511; }
span { border-color: rgb(172,37,17); }
td.TdClassName
{
border-color: #AC2511;
}
.TagClassName
{
border-color: #AC2511;
}
</style>