Shades of Fire Brick #AC231E
Tints of Fire Brick #AC231E
RGB
CMYK
RGB Variations
Color information
#AC231E (or 0xAC231E) is known color: Fire Brick. HEX triplet: AC, 23 and 1E. RGB value is (172,35,30). Sum of RGB (Red+Green+Blue) = 172+35+30=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC231E is #53DCE1. Grayscale: #4B4B4B. Windows color (decimal): -5496034 or 1975212. OLE color: 1975212.
HSL color Cylindrical-coordinate representation of color #AC231E: hue angle of 2.11º 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 #AC231E is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 30 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.33 |
| HSL | 2.11º | 0.7% | 0.4% | - |
| HSV(B) | 2.11º | 0.83% | 0.67% | - |
| XYZ | 17.85 | 10.07 | 2.23 | - |
| YUV | 75.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 30 | 0 | 0.80 | 0.83 | 0.33 | 2.11 | 0.7 | 0.4 |
| Hex | AC | 23 | 1E | 0 | 50 | 53 | 21 | 2 | 46 | 28 |
| Octal | 254 | 43 | 36 | 0 | 120 | 123 | 41 | 2 | 106 | 50 |
| Binary | 10101100 | 100011 | 11110 | 0 | 1010000 | 1010011 | 100001 | 10 | 1000110 | 101000 |
Color Harmonies of #AC231E
Complementary color
Monochromatic Colors of #AC231E
Black with #AC231E
Text Example
Text Example
White with #AC231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC231E; }
p { color: rgb(172,35,30); }
H1.HeaderClassName
{
color: #AC231E;
}
.AnyTagClassName
{
color: #AC231E;
}
</style>
background-color css
<style>
a { background-color: #AC231E; }
a { background-color: rgb(172,35,30); }
div.DivClassName
{
background-color: #AC231E;
}
.BgClassName
{
background-color: #AC231E;
}
</style>
border-color css
<style>
span { border-color: #AC231E; }
span { border-color: rgb(172,35,30); }
td.TdClassName
{
border-color: #AC231E;
}
.TagClassName
{
border-color: #AC231E;
}
</style>