Shades of Fire Brick #AC271E
Tints of Fire Brick #AC271E
RGB
CMYK
RGB Variations
Color information
#AC271E (or 0xAC271E) is known color: Fire Brick. HEX triplet: AC, 27 and 1E. RGB value is (172,39,30). Sum of RGB (Red+Green+Blue) = 172+39+30=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC271E is #53D8E1. Grayscale: #4D4D4D. Windows color (decimal): -5495010 or 1976236. OLE color: 1976236.
HSL color Cylindrical-coordinate representation of color #AC271E: hue angle of 3.8º 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 #AC271E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 39 | 30 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.33 |
| HSL | 3.8º | 0.7% | 0.4% | - |
| HSV(B) | 3.8º | 0.83% | 0.67% | - |
| XYZ | 17.97 | 10.32 | 2.27 | - |
| YUV | 77.74 | 101.06 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 30 | 0 | 0.77 | 0.83 | 0.33 | 3.8 | 0.7 | 0.4 |
| Hex | AC | 27 | 1E | 0 | 4D | 53 | 21 | 4 | 46 | 28 |
| Octal | 254 | 47 | 36 | 0 | 115 | 123 | 41 | 4 | 106 | 50 |
| Binary | 10101100 | 100111 | 11110 | 0 | 1001101 | 1010011 | 100001 | 100 | 1000110 | 101000 |
Color Harmonies of #AC271E
Complementary color
Monochromatic Colors of #AC271E
Black with #AC271E
Text Example
Text Example
White with #AC271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC271E; }
p { color: rgb(172,39,30); }
H1.HeaderClassName
{
color: #AC271E;
}
.AnyTagClassName
{
color: #AC271E;
}
</style>
background-color css
<style>
a { background-color: #AC271E; }
a { background-color: rgb(172,39,30); }
div.DivClassName
{
background-color: #AC271E;
}
.BgClassName
{
background-color: #AC271E;
}
</style>
border-color css
<style>
span { border-color: #AC271E; }
span { border-color: rgb(172,39,30); }
td.TdClassName
{
border-color: #AC271E;
}
.TagClassName
{
border-color: #AC271E;
}
</style>