Shades of Rust #AD2B01
Tints of Rust #AD2B01
RGB
CMYK
RGB Variations
Color information
#AD2B01 (or 0xAD2B01) is known color: Rust. HEX triplet: AD, 2B and 01. RGB value is (173,43,1). Sum of RGB (Red+Green+Blue) = 173+43+1=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B01 is #52D4FE. Grayscale: #4D4D4D. Windows color (decimal): -5428479 or 76717. OLE color: 76717.
HSL color Cylindrical-coordinate representation of color #AD2B01: hue angle of 14.65º 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 #AD2B01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.32 |
| HSL | 14.65º | 0.99% | 0.34% | - |
| HSV(B) | 14.65º | 0.99% | 0.68% | - |
| XYZ | 18.1 | 10.61 | 1.12 | - |
| YUV | 77.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 1 | 0 | 0.75 | 0.99 | 0.32 | 14.65 | 0.99 | 0.34 |
| Hex | AD | 2B | 1 | 0 | 4B | 63 | 20 | F | 63 | 22 |
| Octal | 255 | 53 | 1 | 0 | 113 | 143 | 40 | 17 | 143 | 42 |
| Binary | 10101101 | 101011 | 1 | 0 | 1001011 | 1100011 | 100000 | 1111 | 1100011 | 100010 |
Color Harmonies of #AD2B01
Complementary color
Monochromatic Colors of #AD2B01
Black with #AD2B01
Text Example
Text Example
White with #AD2B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B01; }
p { color: rgb(173,43,1); }
H1.HeaderClassName
{
color: #AD2B01;
}
.AnyTagClassName
{
color: #AD2B01;
}
</style>
background-color css
<style>
a { background-color: #AD2B01; }
a { background-color: rgb(173,43,1); }
div.DivClassName
{
background-color: #AD2B01;
}
.BgClassName
{
background-color: #AD2B01;
}
</style>
border-color css
<style>
span { border-color: #AD2B01; }
span { border-color: rgb(173,43,1); }
td.TdClassName
{
border-color: #AD2B01;
}
.TagClassName
{
border-color: #AD2B01;
}
</style>