Shades of Rust #AD430A
Tints of Rust #AD430A
RGB
CMYK
RGB Variations
Color information
#AD430A (or 0xAD430A) is known color: Rust. HEX triplet: AD, 43 and 0A. RGB value is (173,67,10). Sum of RGB (Red+Green+Blue) = 173+67+10=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430A is #52BCF5. Grayscale: #5C5C5C. Windows color (decimal): -5422326 or 672685. OLE color: 672685.
HSL color Cylindrical-coordinate representation of color #AD430A: hue angle of 20.98º 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 #AD430A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.32 |
| HSL | 20.98º | 0.89% | 0.36% | - |
| HSV(B) | 20.98º | 0.94% | 0.68% | - |
| XYZ | 19.3 | 12.92 | 1.76 | - |
| YUV | 92.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 10 | 0 | 0.61 | 0.94 | 0.32 | 20.98 | 0.89 | 0.36 |
| Hex | AD | 43 | A | 0 | 3D | 5E | 20 | 15 | 59 | 24 |
| Octal | 255 | 103 | 12 | 0 | 75 | 136 | 40 | 25 | 131 | 44 |
| Binary | 10101101 | 1000011 | 1010 | 0 | 111101 | 1011110 | 100000 | 10101 | 1011001 | 100100 |
Color Harmonies of #AD430A
Complementary color
Monochromatic Colors of #AD430A
Black with #AD430A
Text Example
Text Example
White with #AD430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD430A; }
p { color: rgb(173,67,10); }
H1.HeaderClassName
{
color: #AD430A;
}
.AnyTagClassName
{
color: #AD430A;
}
</style>
background-color css
<style>
a { background-color: #AD430A; }
a { background-color: rgb(173,67,10); }
div.DivClassName
{
background-color: #AD430A;
}
.BgClassName
{
background-color: #AD430A;
}
</style>
border-color css
<style>
span { border-color: #AD430A; }
span { border-color: rgb(173,67,10); }
td.TdClassName
{
border-color: #AD430A;
}
.TagClassName
{
border-color: #AD430A;
}
</style>