Shades of Fire Brick #AD1E10
Tints of Fire Brick #AD1E10
RGB
CMYK
RGB Variations
Color information
#AD1E10 (or 0xAD1E10) is known color: Fire Brick. HEX triplet: AD, 1E and 10. RGB value is (173,30,16). Sum of RGB (Red+Green+Blue) = 173+30+16=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E10 is #52E1EF. Grayscale: #474747. Windows color (decimal): -5431792 or 1056429. OLE color: 1056429.
HSL color Cylindrical-coordinate representation of color #AD1E10: hue angle of 5.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1E10 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 16 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.32 |
| HSL | 5.35º | 0.83% | 0.37% | - |
| HSV(B) | 5.35º | 0.91% | 0.68% | - |
| XYZ | 17.79 | 9.85 | 1.45 | - |
| YUV | 71.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 16 | 0 | 0.83 | 0.91 | 0.32 | 5.35 | 0.83 | 0.37 |
| Hex | AD | 1E | 10 | 0 | 53 | 5B | 20 | 5 | 53 | 25 |
| Octal | 255 | 36 | 20 | 0 | 123 | 133 | 40 | 5 | 123 | 45 |
| Binary | 10101101 | 11110 | 10000 | 0 | 1010011 | 1011011 | 100000 | 101 | 1010011 | 100101 |
Color Harmonies of #AD1E10
Complementary color
Monochromatic Colors of #AD1E10
Black with #AD1E10
Text Example
Text Example
White with #AD1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E10; }
p { color: rgb(173,30,16); }
H1.HeaderClassName
{
color: #AD1E10;
}
.AnyTagClassName
{
color: #AD1E10;
}
</style>
background-color css
<style>
a { background-color: #AD1E10; }
a { background-color: rgb(173,30,16); }
div.DivClassName
{
background-color: #AD1E10;
}
.BgClassName
{
background-color: #AD1E10;
}
</style>
border-color css
<style>
span { border-color: #AD1E10; }
span { border-color: rgb(173,30,16); }
td.TdClassName
{
border-color: #AD1E10;
}
.TagClassName
{
border-color: #AD1E10;
}
</style>