Shades of Fire Brick #AD200E
Tints of Fire Brick #AD200E
RGB
CMYK
RGB Variations
Color information
#AD200E (or 0xAD200E) is known color: Fire Brick. HEX triplet: AD, 20 and 0E. RGB value is (173,32,14). Sum of RGB (Red+Green+Blue) = 173+32+14=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD200E is #52DFF1. Grayscale: #484848. Windows color (decimal): -5431282 or 925869. OLE color: 925869.
HSL color Cylindrical-coordinate representation of color #AD200E: hue angle of 6.79º 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 #AD200E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.32 |
| HSL | 6.79º | 0.85% | 0.37% | - |
| HSV(B) | 6.79º | 0.92% | 0.68% | - |
| XYZ | 17.83 | 9.95 | 1.4 | - |
| YUV | 72.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 14 | 0 | 0.82 | 0.92 | 0.32 | 6.79 | 0.85 | 0.37 |
| Hex | AD | 20 | E | 0 | 52 | 5C | 20 | 7 | 55 | 25 |
| Octal | 255 | 40 | 16 | 0 | 122 | 134 | 40 | 7 | 125 | 45 |
| Binary | 10101101 | 100000 | 1110 | 0 | 1010010 | 1011100 | 100000 | 111 | 1010101 | 100101 |
Color Harmonies of #AD200E
Complementary color
Monochromatic Colors of #AD200E
Black with #AD200E
Text Example
Text Example
White with #AD200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD200E; }
p { color: rgb(173,32,14); }
H1.HeaderClassName
{
color: #AD200E;
}
.AnyTagClassName
{
color: #AD200E;
}
</style>
background-color css
<style>
a { background-color: #AD200E; }
a { background-color: rgb(173,32,14); }
div.DivClassName
{
background-color: #AD200E;
}
.BgClassName
{
background-color: #AD200E;
}
</style>
border-color css
<style>
span { border-color: #AD200E; }
span { border-color: rgb(173,32,14); }
td.TdClassName
{
border-color: #AD200E;
}
.TagClassName
{
border-color: #AD200E;
}
</style>