Shades of Fire Brick #AD210B
Tints of Fire Brick #AD210B
RGB
CMYK
RGB Variations
Color information
#AD210B (or 0xAD210B) is known color: Fire Brick. HEX triplet: AD, 21 and 0B. RGB value is (173,33,11). Sum of RGB (Red+Green+Blue) = 173+33+11=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD210B is #52DEF4. Grayscale: #484848. Windows color (decimal): -5431029 or 729517. OLE color: 729517.
HSL color Cylindrical-coordinate representation of color #AD210B: hue angle of 8.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.32 |
| HSL | 8.15º | 0.88% | 0.36% | - |
| HSV(B) | 8.15º | 0.94% | 0.68% | - |
| XYZ | 17.84 | 10 | 1.31 | - |
| YUV | 72.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 11 | 0 | 0.81 | 0.94 | 0.32 | 8.15 | 0.88 | 0.36 |
| Hex | AD | 21 | B | 0 | 51 | 5E | 20 | 8 | 58 | 24 |
| Octal | 255 | 41 | 13 | 0 | 121 | 136 | 40 | 10 | 130 | 44 |
| Binary | 10101101 | 100001 | 1011 | 0 | 1010001 | 1011110 | 100000 | 1000 | 1011000 | 100100 |
Color Harmonies of #AD210B
Complementary color
Monochromatic Colors of #AD210B
Black with #AD210B
Text Example
Text Example
White with #AD210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD210B; }
p { color: rgb(173,33,11); }
H1.HeaderClassName
{
color: #AD210B;
}
.AnyTagClassName
{
color: #AD210B;
}
</style>
background-color css
<style>
a { background-color: #AD210B; }
a { background-color: rgb(173,33,11); }
div.DivClassName
{
background-color: #AD210B;
}
.BgClassName
{
background-color: #AD210B;
}
</style>
border-color css
<style>
span { border-color: #AD210B; }
span { border-color: rgb(173,33,11); }
td.TdClassName
{
border-color: #AD210B;
}
.TagClassName
{
border-color: #AD210B;
}
</style>