Shades of Rust #AD420C
Tints of Rust #AD420C
RGB
CMYK
RGB Variations
Color information
#AD420C (or 0xAD420C) is known color: Rust. HEX triplet: AD, 42 and 0C. RGB value is (173,66,12). Sum of RGB (Red+Green+Blue) = 173+66+12=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD420C is #52BDF3. Grayscale: #5C5C5C. Windows color (decimal): -5422580 or 803501. OLE color: 803501.
HSL color Cylindrical-coordinate representation of color #AD420C: hue angle of 20.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD420C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.32 |
| HSL | 20.12º | 0.87% | 0.36% | - |
| HSV(B) | 20.12º | 0.93% | 0.68% | - |
| XYZ | 19.25 | 12.81 | 1.81 | - |
| YUV | 91.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 12 | 0 | 0.62 | 0.93 | 0.32 | 20.12 | 0.87 | 0.36 |
| Hex | AD | 42 | C | 0 | 3E | 5D | 20 | 14 | 57 | 24 |
| Octal | 255 | 102 | 14 | 0 | 76 | 135 | 40 | 24 | 127 | 44 |
| Binary | 10101101 | 1000010 | 1100 | 0 | 111110 | 1011101 | 100000 | 10100 | 1010111 | 100100 |
Color Harmonies of #AD420C
Complementary color
Monochromatic Colors of #AD420C
Black with #AD420C
Text Example
Text Example
White with #AD420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD420C; }
p { color: rgb(173,66,12); }
H1.HeaderClassName
{
color: #AD420C;
}
.AnyTagClassName
{
color: #AD420C;
}
</style>
background-color css
<style>
a { background-color: #AD420C; }
a { background-color: rgb(173,66,12); }
div.DivClassName
{
background-color: #AD420C;
}
.BgClassName
{
background-color: #AD420C;
}
</style>
border-color css
<style>
span { border-color: #AD420C; }
span { border-color: rgb(173,66,12); }
td.TdClassName
{
border-color: #AD420C;
}
.TagClassName
{
border-color: #AD420C;
}
</style>