Shades of Rust #AD420B
Tints of Rust #AD420B
RGB
CMYK
RGB Variations
Color information
#AD420B (or 0xAD420B) is known color: Rust. HEX triplet: AD, 42 and 0B. RGB value is (173,66,11). Sum of RGB (Red+Green+Blue) = 173+66+11=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD420B is #52BDF4. Grayscale: #5C5C5C. Windows color (decimal): -5422581 or 737965. OLE color: 737965.
HSL color Cylindrical-coordinate representation of color #AD420B: hue angle of 20.37º 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 #AD420B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.32 |
| HSL | 20.37º | 0.88% | 0.36% | - |
| HSV(B) | 20.37º | 0.94% | 0.68% | - |
| XYZ | 19.24 | 12.8 | 1.77 | - |
| YUV | 91.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 11 | 0 | 0.62 | 0.94 | 0.32 | 20.37 | 0.88 | 0.36 |
| Hex | AD | 42 | B | 0 | 3E | 5E | 20 | 14 | 58 | 24 |
| Octal | 255 | 102 | 13 | 0 | 76 | 136 | 40 | 24 | 130 | 44 |
| Binary | 10101101 | 1000010 | 1011 | 0 | 111110 | 1011110 | 100000 | 10100 | 1011000 | 100100 |
Color Harmonies of #AD420B
Complementary color
Monochromatic Colors of #AD420B
Black with #AD420B
Text Example
Text Example
White with #AD420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD420B; }
p { color: rgb(173,66,11); }
H1.HeaderClassName
{
color: #AD420B;
}
.AnyTagClassName
{
color: #AD420B;
}
</style>
background-color css
<style>
a { background-color: #AD420B; }
a { background-color: rgb(173,66,11); }
div.DivClassName
{
background-color: #AD420B;
}
.BgClassName
{
background-color: #AD420B;
}
</style>
border-color css
<style>
span { border-color: #AD420B; }
span { border-color: rgb(173,66,11); }
td.TdClassName
{
border-color: #AD420B;
}
.TagClassName
{
border-color: #AD420B;
}
</style>