Shades of Rust #AD2801
Tints of Rust #AD2801
RGB
CMYK
RGB Variations
Color information
#AD2801 (or 0xAD2801) is known color: Rust. HEX triplet: AD, 28 and 01. RGB value is (173,40,1). Sum of RGB (Red+Green+Blue) = 173+40+1=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2801 is #52D7FE. Grayscale: #4B4B4B. Windows color (decimal): -5429247 or 75949. OLE color: 75949.
HSL color Cylindrical-coordinate representation of color #AD2801: hue angle of 13.6º 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 #AD2801 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.32 |
| HSL | 13.6º | 0.99% | 0.34% | - |
| HSV(B) | 13.6º | 0.99% | 0.68% | - |
| XYZ | 18 | 10.4 | 1.09 | - |
| YUV | 75.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 1 | 0 | 0.77 | 0.99 | 0.32 | 13.6 | 0.99 | 0.34 |
| Hex | AD | 28 | 1 | 0 | 4D | 63 | 20 | E | 63 | 22 |
| Octal | 255 | 50 | 1 | 0 | 115 | 143 | 40 | 16 | 143 | 42 |
| Binary | 10101101 | 101000 | 1 | 0 | 1001101 | 1100011 | 100000 | 1110 | 1100011 | 100010 |
Color Harmonies of #AD2801
Complementary color
Monochromatic Colors of #AD2801
Black with #AD2801
Text Example
Text Example
White with #AD2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2801; }
p { color: rgb(173,40,1); }
H1.HeaderClassName
{
color: #AD2801;
}
.AnyTagClassName
{
color: #AD2801;
}
</style>
background-color css
<style>
a { background-color: #AD2801; }
a { background-color: rgb(173,40,1); }
div.DivClassName
{
background-color: #AD2801;
}
.BgClassName
{
background-color: #AD2801;
}
</style>
border-color css
<style>
span { border-color: #AD2801; }
span { border-color: rgb(173,40,1); }
td.TdClassName
{
border-color: #AD2801;
}
.TagClassName
{
border-color: #AD2801;
}
</style>