Shades of Fire Brick #AD240E
Tints of Fire Brick #AD240E
RGB
CMYK
RGB Variations
Color information
#AD240E (or 0xAD240E) is known color: Fire Brick. HEX triplet: AD, 24 and 0E. RGB value is (173,36,14). Sum of RGB (Red+Green+Blue) = 173+36+14=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD240E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD240E is #52DBF1. Grayscale: #4A4A4A. Windows color (decimal): -5430258 or 926893. OLE color: 926893.
HSL color Cylindrical-coordinate representation of color #AD240E: hue angle of 8.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD240E is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 14 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.32 |
| HSL | 8.3º | 0.85% | 0.37% | - |
| HSV(B) | 8.3º | 0.92% | 0.68% | - |
| XYZ | 17.94 | 10.18 | 1.43 | - |
| YUV | 74.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 14 | 0 | 0.79 | 0.92 | 0.32 | 8.3 | 0.85 | 0.37 |
| Hex | AD | 24 | E | 0 | 4F | 5C | 20 | 8 | 55 | 25 |
| Octal | 255 | 44 | 16 | 0 | 117 | 134 | 40 | 10 | 125 | 45 |
| Binary | 10101101 | 100100 | 1110 | 0 | 1001111 | 1011100 | 100000 | 1000 | 1010101 | 100101 |
Color Harmonies of #AD240E
Complementary color
Monochromatic Colors of #AD240E
Black with #AD240E
Text Example
Text Example
White with #AD240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD240E; }
p { color: rgb(173,36,14); }
H1.HeaderClassName
{
color: #AD240E;
}
.AnyTagClassName
{
color: #AD240E;
}
</style>
background-color css
<style>
a { background-color: #AD240E; }
a { background-color: rgb(173,36,14); }
div.DivClassName
{
background-color: #AD240E;
}
.BgClassName
{
background-color: #AD240E;
}
</style>
border-color css
<style>
span { border-color: #AD240E; }
span { border-color: rgb(173,36,14); }
td.TdClassName
{
border-color: #AD240E;
}
.TagClassName
{
border-color: #AD240E;
}
</style>