Shades of Fire Brick #AD1E00
Tints of Fire Brick #AD1E00
RGB
CMYK
RGB Variations
Color information
#AD1E00 (or 0xAD1E00) is known color: Fire Brick. HEX triplet: AD, 1E and 00. RGB value is (173,30,0). Sum of RGB (Red+Green+Blue) = 173+30+0=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E00 is #52E1FF. Grayscale: #454545. Windows color (decimal): -5431808 or 7853. OLE color: 7853.
HSL color Cylindrical-coordinate representation of color #AD1E00: hue angle of 10.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD1E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.32 |
| HSL | 10.4º | 1% | 0.34% | - |
| HSV(B) | 10.4º | 1% | 0.68% | - |
| XYZ | 17.7 | 9.81 | 0.96 | - |
| YUV | 69.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 0 | 0 | 0.83 | 1 | 0.32 | 10.4 | 1 | 0.34 |
| Hex | AD | 1E | 0 | 0 | 53 | 64 | 20 | A | 64 | 22 |
| Octal | 255 | 36 | 0 | 0 | 123 | 144 | 40 | 12 | 144 | 42 |
| Binary | 10101101 | 11110 | 0 | 0 | 1010011 | 1100100 | 100000 | 1010 | 1100100 | 100010 |
Color Harmonies of #AD1E00
Complementary color
Monochromatic Colors of #AD1E00
Black with #AD1E00
Text Example
Text Example
White with #AD1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E00; }
p { color: rgb(173,30,0); }
H1.HeaderClassName
{
color: #AD1E00;
}
.AnyTagClassName
{
color: #AD1E00;
}
</style>
background-color css
<style>
a { background-color: #AD1E00; }
a { background-color: rgb(173,30,0); }
div.DivClassName
{
background-color: #AD1E00;
}
.BgClassName
{
background-color: #AD1E00;
}
</style>
border-color css
<style>
span { border-color: #AD1E00; }
span { border-color: rgb(173,30,0); }
td.TdClassName
{
border-color: #AD1E00;
}
.TagClassName
{
border-color: #AD1E00;
}
</style>