Shades of Rust #AD420A
Tints of Rust #AD420A
RGB
CMYK
RGB Variations
Color information
#AD420A (or 0xAD420A) is known color: Rust. HEX triplet: AD, 42 and 0A. RGB value is (173,66,10). Sum of RGB (Red+Green+Blue) = 173+66+10=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD420A is #52BDF5. Grayscale: #5B5B5B. Windows color (decimal): -5422582 or 672429. OLE color: 672429.
HSL color Cylindrical-coordinate representation of color #AD420A: hue angle of 20.61º degrees, saturation: 0.89, 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 #AD420A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.32 |
| HSL | 20.61º | 0.89% | 0.36% | - |
| HSV(B) | 20.61º | 0.94% | 0.68% | - |
| XYZ | 19.24 | 12.8 | 1.74 | - |
| YUV | 91.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 10 | 0 | 0.62 | 0.94 | 0.32 | 20.61 | 0.89 | 0.36 |
| Hex | AD | 42 | A | 0 | 3E | 5E | 20 | 15 | 59 | 24 |
| Octal | 255 | 102 | 12 | 0 | 76 | 136 | 40 | 25 | 131 | 44 |
| Binary | 10101101 | 1000010 | 1010 | 0 | 111110 | 1011110 | 100000 | 10101 | 1011001 | 100100 |
Color Harmonies of #AD420A
Complementary color
Monochromatic Colors of #AD420A
Black with #AD420A
Text Example
Text Example
White with #AD420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD420A; }
p { color: rgb(173,66,10); }
H1.HeaderClassName
{
color: #AD420A;
}
.AnyTagClassName
{
color: #AD420A;
}
</style>
background-color css
<style>
a { background-color: #AD420A; }
a { background-color: rgb(173,66,10); }
div.DivClassName
{
background-color: #AD420A;
}
.BgClassName
{
background-color: #AD420A;
}
</style>
border-color css
<style>
span { border-color: #AD420A; }
span { border-color: rgb(173,66,10); }
td.TdClassName
{
border-color: #AD420A;
}
.TagClassName
{
border-color: #AD420A;
}
</style>