Shades of Fire Brick #AD2101
Tints of Fire Brick #AD2101
RGB
CMYK
RGB Variations
Color information
#AD2101 (or 0xAD2101) is known color: Fire Brick. HEX triplet: AD, 21 and 01. RGB value is (173,33,1). Sum of RGB (Red+Green+Blue) = 173+33+1=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2101 is #52DEFE. Grayscale: #474747. Windows color (decimal): -5431039 or 74157. OLE color: 74157.
HSL color Cylindrical-coordinate representation of color #AD2101: hue angle of 11.16º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD2101 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.32 |
| HSL | 11.16º | 0.99% | 0.34% | - |
| HSV(B) | 11.16º | 0.99% | 0.68% | - |
| XYZ | 17.78 | 9.97 | 1.02 | - |
| YUV | 71.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 1 | 0 | 0.81 | 0.99 | 0.32 | 11.16 | 0.99 | 0.34 |
| Hex | AD | 21 | 1 | 0 | 51 | 63 | 20 | B | 63 | 22 |
| Octal | 255 | 41 | 1 | 0 | 121 | 143 | 40 | 13 | 143 | 42 |
| Binary | 10101101 | 100001 | 1 | 0 | 1010001 | 1100011 | 100000 | 1011 | 1100011 | 100010 |
Color Harmonies of #AD2101
Complementary color
Monochromatic Colors of #AD2101
Black with #AD2101
Text Example
Text Example
White with #AD2101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2101; }
p { color: rgb(173,33,1); }
H1.HeaderClassName
{
color: #AD2101;
}
.AnyTagClassName
{
color: #AD2101;
}
</style>
background-color css
<style>
a { background-color: #AD2101; }
a { background-color: rgb(173,33,1); }
div.DivClassName
{
background-color: #AD2101;
}
.BgClassName
{
background-color: #AD2101;
}
</style>
border-color css
<style>
span { border-color: #AD2101; }
span { border-color: rgb(173,33,1); }
td.TdClassName
{
border-color: #AD2101;
}
.TagClassName
{
border-color: #AD2101;
}
</style>