Shades of Fire Brick #AC251E
Tints of Fire Brick #AC251E
RGB
CMYK
RGB Variations
Color information
#AC251E (or 0xAC251E) is known color: Fire Brick. HEX triplet: AC, 25 and 1E. RGB value is (172,37,30). Sum of RGB (Red+Green+Blue) = 172+37+30=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC251E is #53DAE1. Grayscale: #4C4C4C. Windows color (decimal): -5495522 or 1975724. OLE color: 1975724.
HSL color Cylindrical-coordinate representation of color #AC251E: hue angle of 2.96º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC251E is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 30 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.33 |
| HSL | 2.96º | 0.7% | 0.4% | - |
| HSV(B) | 2.96º | 0.83% | 0.67% | - |
| XYZ | 17.91 | 10.19 | 2.25 | - |
| YUV | 76.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 30 | 0 | 0.78 | 0.83 | 0.33 | 2.96 | 0.7 | 0.4 |
| Hex | AC | 25 | 1E | 0 | 4E | 53 | 21 | 3 | 46 | 28 |
| Octal | 254 | 45 | 36 | 0 | 116 | 123 | 41 | 3 | 106 | 50 |
| Binary | 10101100 | 100101 | 11110 | 0 | 1001110 | 1010011 | 100001 | 11 | 1000110 | 101000 |
Color Harmonies of #AC251E
Complementary color
Monochromatic Colors of #AC251E
Black with #AC251E
Text Example
Text Example
White with #AC251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC251E; }
p { color: rgb(172,37,30); }
H1.HeaderClassName
{
color: #AC251E;
}
.AnyTagClassName
{
color: #AC251E;
}
</style>
background-color css
<style>
a { background-color: #AC251E; }
a { background-color: rgb(172,37,30); }
div.DivClassName
{
background-color: #AC251E;
}
.BgClassName
{
background-color: #AC251E;
}
</style>
border-color css
<style>
span { border-color: #AC251E; }
span { border-color: rgb(172,37,30); }
td.TdClassName
{
border-color: #AC251E;
}
.TagClassName
{
border-color: #AC251E;
}
</style>