Shades of Fire Brick #AC281D
Tints of Fire Brick #AC281D
RGB
CMYK
RGB Variations
Color information
#AC281D (or 0xAC281D) is known color: Fire Brick. HEX triplet: AC, 28 and 1D. RGB value is (172,40,29). Sum of RGB (Red+Green+Blue) = 172+40+29=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC281D is #53D7E2. Grayscale: #4E4E4E. Windows color (decimal): -5494755 or 1910956. OLE color: 1910956.
HSL color Cylindrical-coordinate representation of color #AC281D: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC281D is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 29 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.33 |
| HSL | 4.62º | 0.71% | 0.39% | - |
| HSV(B) | 4.62º | 0.83% | 0.67% | - |
| XYZ | 17.99 | 10.38 | 2.22 | - |
| YUV | 78.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 29 | 0 | 0.77 | 0.83 | 0.33 | 4.62 | 0.71 | 0.39 |
| Hex | AC | 28 | 1D | 0 | 4D | 53 | 21 | 5 | 47 | 27 |
| Octal | 254 | 50 | 35 | 0 | 115 | 123 | 41 | 5 | 107 | 47 |
| Binary | 10101100 | 101000 | 11101 | 0 | 1001101 | 1010011 | 100001 | 101 | 1000111 | 100111 |
Color Harmonies of #AC281D
Complementary color
Monochromatic Colors of #AC281D
Black with #AC281D
Text Example
Text Example
White with #AC281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC281D; }
p { color: rgb(172,40,29); }
H1.HeaderClassName
{
color: #AC281D;
}
.AnyTagClassName
{
color: #AC281D;
}
</style>
background-color css
<style>
a { background-color: #AC281D; }
a { background-color: rgb(172,40,29); }
div.DivClassName
{
background-color: #AC281D;
}
.BgClassName
{
background-color: #AC281D;
}
</style>
border-color css
<style>
span { border-color: #AC281D; }
span { border-color: rgb(172,40,29); }
td.TdClassName
{
border-color: #AC281D;
}
.TagClassName
{
border-color: #AC281D;
}
</style>