Shades of Fire Brick #AD201E
Tints of Fire Brick #AD201E
RGB
CMYK
RGB Variations
Color information
#AD201E (or 0xAD201E) is known color: Fire Brick. HEX triplet: AD, 20 and 1E. RGB value is (173,32,30). Sum of RGB (Red+Green+Blue) = 173+32+30=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD201E is #52DFE1. Grayscale: #4A4A4A. Windows color (decimal): -5431266 or 1974445. OLE color: 1974445.
HSL color Cylindrical-coordinate representation of color #AD201E: hue angle of 0.84º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD201E is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 30 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.32 |
| HSL | 0.84º | 0.7% | 0.4% | - |
| HSV(B) | 0.84º | 0.83% | 0.68% | - |
| XYZ | 17.98 | 10.01 | 2.21 | - |
| YUV | 73.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 30 | 0 | 0.82 | 0.83 | 0.32 | 0.84 | 0.7 | 0.4 |
| Hex | AD | 20 | 1E | 0 | 52 | 53 | 20 | 1 | 46 | 28 |
| Octal | 255 | 40 | 36 | 0 | 122 | 123 | 40 | 1 | 106 | 50 |
| Binary | 10101101 | 100000 | 11110 | 0 | 1010010 | 1010011 | 100000 | 1 | 1000110 | 101000 |
Color Harmonies of #AD201E
Complementary color
Monochromatic Colors of #AD201E
Black with #AD201E
Text Example
Text Example
White with #AD201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD201E; }
p { color: rgb(173,32,30); }
H1.HeaderClassName
{
color: #AD201E;
}
.AnyTagClassName
{
color: #AD201E;
}
</style>
background-color css
<style>
a { background-color: #AD201E; }
a { background-color: rgb(173,32,30); }
div.DivClassName
{
background-color: #AD201E;
}
.BgClassName
{
background-color: #AD201E;
}
</style>
border-color css
<style>
span { border-color: #AD201E; }
span { border-color: rgb(173,32,30); }
td.TdClassName
{
border-color: #AD201E;
}
.TagClassName
{
border-color: #AD201E;
}
</style>