Shades of Fire Brick #AD200C
Tints of Fire Brick #AD200C
RGB
CMYK
RGB Variations
Color information
#AD200C (or 0xAD200C) is known color: Fire Brick. HEX triplet: AD, 20 and 0C. RGB value is (173,32,12). Sum of RGB (Red+Green+Blue) = 173+32+12=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD200C is #52DFF3. Grayscale: #484848. Windows color (decimal): -5431284 or 794797. OLE color: 794797.
HSL color Cylindrical-coordinate representation of color #AD200C: hue angle of 7.45º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD200C is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 12 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.32 |
| HSL | 7.45º | 0.87% | 0.36% | - |
| HSV(B) | 7.45º | 0.93% | 0.68% | - |
| XYZ | 17.82 | 9.94 | 1.33 | - |
| YUV | 71.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 12 | 0 | 0.82 | 0.93 | 0.32 | 7.45 | 0.87 | 0.36 |
| Hex | AD | 20 | C | 0 | 52 | 5D | 20 | 7 | 57 | 24 |
| Octal | 255 | 40 | 14 | 0 | 122 | 135 | 40 | 7 | 127 | 44 |
| Binary | 10101101 | 100000 | 1100 | 0 | 1010010 | 1011101 | 100000 | 111 | 1010111 | 100100 |
Color Harmonies of #AD200C
Complementary color
Monochromatic Colors of #AD200C
Black with #AD200C
Text Example
Text Example
White with #AD200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD200C; }
p { color: rgb(173,32,12); }
H1.HeaderClassName
{
color: #AD200C;
}
.AnyTagClassName
{
color: #AD200C;
}
</style>
background-color css
<style>
a { background-color: #AD200C; }
a { background-color: rgb(173,32,12); }
div.DivClassName
{
background-color: #AD200C;
}
.BgClassName
{
background-color: #AD200C;
}
</style>
border-color css
<style>
span { border-color: #AD200C; }
span { border-color: rgb(173,32,12); }
td.TdClassName
{
border-color: #AD200C;
}
.TagClassName
{
border-color: #AD200C;
}
</style>