Shades of Fire Brick #AD1E12
Tints of Fire Brick #AD1E12
RGB
CMYK
RGB Variations
Color information
#AD1E12 (or 0xAD1E12) is known color: Fire Brick. HEX triplet: AD, 1E and 12. RGB value is (173,30,18). Sum of RGB (Red+Green+Blue) = 173+30+18=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E12 is #52E1ED. Grayscale: #474747. Windows color (decimal): -5431790 or 1187501. OLE color: 1187501.
HSL color Cylindrical-coordinate representation of color #AD1E12: hue angle of 4.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1E12 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 18 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.32 |
| HSL | 4.65º | 0.81% | 0.37% | - |
| HSV(B) | 4.65º | 0.9% | 0.68% | - |
| XYZ | 17.81 | 9.86 | 1.54 | - |
| YUV | 71.39 | 97.88 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 18 | 0 | 0.83 | 0.90 | 0.32 | 4.65 | 0.81 | 0.37 |
| Hex | AD | 1E | 12 | 0 | 53 | 5A | 20 | 5 | 51 | 25 |
| Octal | 255 | 36 | 22 | 0 | 123 | 132 | 40 | 5 | 121 | 45 |
| Binary | 10101101 | 11110 | 10010 | 0 | 1010011 | 1011010 | 100000 | 101 | 1010001 | 100101 |
Color Harmonies of #AD1E12
Complementary color
Monochromatic Colors of #AD1E12
Black with #AD1E12
Text Example
Text Example
White with #AD1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E12; }
p { color: rgb(173,30,18); }
H1.HeaderClassName
{
color: #AD1E12;
}
.AnyTagClassName
{
color: #AD1E12;
}
</style>
background-color css
<style>
a { background-color: #AD1E12; }
a { background-color: rgb(173,30,18); }
div.DivClassName
{
background-color: #AD1E12;
}
.BgClassName
{
background-color: #AD1E12;
}
</style>
border-color css
<style>
span { border-color: #AD1E12; }
span { border-color: rgb(173,30,18); }
td.TdClassName
{
border-color: #AD1E12;
}
.TagClassName
{
border-color: #AD1E12;
}
</style>