Shades of Fire Brick #AC240E
Tints of Fire Brick #AC240E
RGB
CMYK
RGB Variations
Color information
#AC240E (or 0xAC240E) is known color: Fire Brick. HEX triplet: AC, 24 and 0E. RGB value is (172,36,14). Sum of RGB (Red+Green+Blue) = 172+36+14=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC240E is #53DBF1. Grayscale: #4A4A4A. Windows color (decimal): -5495794 or 926892. OLE color: 926892.
HSL color Cylindrical-coordinate representation of color #AC240E: hue angle of 8.35º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC240E is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 14 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.33 |
| HSL | 8.35º | 0.85% | 0.36% | - |
| HSV(B) | 8.35º | 0.92% | 0.67% | - |
| XYZ | 17.72 | 10.06 | 1.42 | - |
| YUV | 74.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 14 | 0 | 0.79 | 0.92 | 0.33 | 8.35 | 0.85 | 0.36 |
| Hex | AC | 24 | E | 0 | 4F | 5C | 21 | 8 | 55 | 24 |
| Octal | 254 | 44 | 16 | 0 | 117 | 134 | 41 | 10 | 125 | 44 |
| Binary | 10101100 | 100100 | 1110 | 0 | 1001111 | 1011100 | 100001 | 1000 | 1010101 | 100100 |
Color Harmonies of #AC240E
Complementary color
Monochromatic Colors of #AC240E
Black with #AC240E
Text Example
Text Example
White with #AC240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC240E; }
p { color: rgb(172,36,14); }
H1.HeaderClassName
{
color: #AC240E;
}
.AnyTagClassName
{
color: #AC240E;
}
</style>
background-color css
<style>
a { background-color: #AC240E; }
a { background-color: rgb(172,36,14); }
div.DivClassName
{
background-color: #AC240E;
}
.BgClassName
{
background-color: #AC240E;
}
</style>
border-color css
<style>
span { border-color: #AC240E; }
span { border-color: rgb(172,36,14); }
td.TdClassName
{
border-color: #AC240E;
}
.TagClassName
{
border-color: #AC240E;
}
</style>