Shades of Fire Brick #AD1E0E
Tints of Fire Brick #AD1E0E
RGB
CMYK
RGB Variations
Color information
#AD1E0E (or 0xAD1E0E) is known color: Fire Brick. HEX triplet: AD, 1E and 0E. RGB value is (173,30,14). Sum of RGB (Red+Green+Blue) = 173+30+14=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E0E is #52E1F1. Grayscale: #474747. Windows color (decimal): -5431794 or 925357. OLE color: 925357.
HSL color Cylindrical-coordinate representation of color #AD1E0E: hue angle of 6.04º 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 #AD1E0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.32 |
| HSL | 6.04º | 0.85% | 0.37% | - |
| HSV(B) | 6.04º | 0.92% | 0.68% | - |
| XYZ | 17.78 | 9.84 | 1.38 | - |
| YUV | 70.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 14 | 0 | 0.83 | 0.92 | 0.32 | 6.04 | 0.85 | 0.37 |
| Hex | AD | 1E | E | 0 | 53 | 5C | 20 | 6 | 55 | 25 |
| Octal | 255 | 36 | 16 | 0 | 123 | 134 | 40 | 6 | 125 | 45 |
| Binary | 10101101 | 11110 | 1110 | 0 | 1010011 | 1011100 | 100000 | 110 | 1010101 | 100101 |
Color Harmonies of #AD1E0E
Complementary color
Monochromatic Colors of #AD1E0E
Black with #AD1E0E
Text Example
Text Example
White with #AD1E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E0E; }
p { color: rgb(173,30,14); }
H1.HeaderClassName
{
color: #AD1E0E;
}
.AnyTagClassName
{
color: #AD1E0E;
}
</style>
background-color css
<style>
a { background-color: #AD1E0E; }
a { background-color: rgb(173,30,14); }
div.DivClassName
{
background-color: #AD1E0E;
}
.BgClassName
{
background-color: #AD1E0E;
}
</style>
border-color css
<style>
span { border-color: #AD1E0E; }
span { border-color: rgb(173,30,14); }
td.TdClassName
{
border-color: #AD1E0E;
}
.TagClassName
{
border-color: #AD1E0E;
}
</style>