Shades of Rust #AD430D
Tints of Rust #AD430D
RGB
CMYK
RGB Variations
Color information
#AD430D (or 0xAD430D) is known color: Rust. HEX triplet: AD, 43 and 0D. RGB value is (173,67,13). Sum of RGB (Red+Green+Blue) = 173+67+13=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430D is #52BCF2. Grayscale: #5C5C5C. Windows color (decimal): -5422323 or 869293. OLE color: 869293.
HSL color Cylindrical-coordinate representation of color #AD430D: hue angle of 20.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD430D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.32 |
| HSL | 20.25º | 0.86% | 0.36% | - |
| HSV(B) | 20.25º | 0.92% | 0.68% | - |
| XYZ | 19.31 | 12.93 | 1.86 | - |
| YUV | 92.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 13 | 0 | 0.61 | 0.92 | 0.32 | 20.25 | 0.86 | 0.36 |
| Hex | AD | 43 | D | 0 | 3D | 5C | 20 | 14 | 56 | 24 |
| Octal | 255 | 103 | 15 | 0 | 75 | 134 | 40 | 24 | 126 | 44 |
| Binary | 10101101 | 1000011 | 1101 | 0 | 111101 | 1011100 | 100000 | 10100 | 1010110 | 100100 |
Color Harmonies of #AD430D
Complementary color
Monochromatic Colors of #AD430D
Black with #AD430D
Text Example
Text Example
White with #AD430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD430D; }
p { color: rgb(173,67,13); }
H1.HeaderClassName
{
color: #AD430D;
}
.AnyTagClassName
{
color: #AD430D;
}
</style>
background-color css
<style>
a { background-color: #AD430D; }
a { background-color: rgb(173,67,13); }
div.DivClassName
{
background-color: #AD430D;
}
.BgClassName
{
background-color: #AD430D;
}
</style>
border-color css
<style>
span { border-color: #AD430D; }
span { border-color: rgb(173,67,13); }
td.TdClassName
{
border-color: #AD430D;
}
.TagClassName
{
border-color: #AD430D;
}
</style>