Shades of Fire Brick #AD210C
Tints of Fire Brick #AD210C
RGB
CMYK
RGB Variations
Color information
#AD210C (or 0xAD210C) is known color: Fire Brick. HEX triplet: AD, 21 and 0C. RGB value is (173,33,12). Sum of RGB (Red+Green+Blue) = 173+33+12=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD210C is #52DEF3. Grayscale: #484848. Windows color (decimal): -5431028 or 795053. OLE color: 795053.
HSL color Cylindrical-coordinate representation of color #AD210C: hue angle of 7.83º 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 #AD210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.32 |
| HSL | 7.83º | 0.87% | 0.36% | - |
| HSV(B) | 7.83º | 0.93% | 0.68% | - |
| XYZ | 17.84 | 10 | 1.34 | - |
| YUV | 72.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 12 | 0 | 0.81 | 0.93 | 0.32 | 7.83 | 0.87 | 0.36 |
| Hex | AD | 21 | C | 0 | 51 | 5D | 20 | 8 | 57 | 24 |
| Octal | 255 | 41 | 14 | 0 | 121 | 135 | 40 | 10 | 127 | 44 |
| Binary | 10101101 | 100001 | 1100 | 0 | 1010001 | 1011101 | 100000 | 1000 | 1010111 | 100100 |
Color Harmonies of #AD210C
Complementary color
Monochromatic Colors of #AD210C
Black with #AD210C
Text Example
Text Example
White with #AD210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD210C; }
p { color: rgb(173,33,12); }
H1.HeaderClassName
{
color: #AD210C;
}
.AnyTagClassName
{
color: #AD210C;
}
</style>
background-color css
<style>
a { background-color: #AD210C; }
a { background-color: rgb(173,33,12); }
div.DivClassName
{
background-color: #AD210C;
}
.BgClassName
{
background-color: #AD210C;
}
</style>
border-color css
<style>
span { border-color: #AD210C; }
span { border-color: rgb(173,33,12); }
td.TdClassName
{
border-color: #AD210C;
}
.TagClassName
{
border-color: #AD210C;
}
</style>