Shades of Rust #AD4C02
Tints of Rust #AD4C02
RGB
CMYK
RGB Variations
Color information
#AD4C02 (or 0xAD4C02) is known color: Rust. HEX triplet: AD, 4C and 02. RGB value is (173,76,2). Sum of RGB (Red+Green+Blue) = 173+76+2=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C02 is #52B3FD. Grayscale: #606060. Windows color (decimal): -5420030 or 150701. OLE color: 150701.
HSL color Cylindrical-coordinate representation of color #AD4C02: hue angle of 25.96º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD4C02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.32 |
| HSL | 25.96º | 0.98% | 0.34% | - |
| HSV(B) | 25.96º | 0.99% | 0.68% | - |
| XYZ | 19.83 | 14.06 | 1.73 | - |
| YUV | 96.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 2 | 0 | 0.56 | 0.99 | 0.32 | 25.96 | 0.98 | 0.34 |
| Hex | AD | 4C | 2 | 0 | 38 | 63 | 20 | 1A | 62 | 22 |
| Octal | 255 | 114 | 2 | 0 | 70 | 143 | 40 | 32 | 142 | 42 |
| Binary | 10101101 | 1001100 | 10 | 0 | 111000 | 1100011 | 100000 | 11010 | 1100010 | 100010 |
Color Harmonies of #AD4C02
Complementary color
Monochromatic Colors of #AD4C02
Black with #AD4C02
Text Example
Text Example
White with #AD4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C02; }
p { color: rgb(173,76,2); }
H1.HeaderClassName
{
color: #AD4C02;
}
.AnyTagClassName
{
color: #AD4C02;
}
</style>
background-color css
<style>
a { background-color: #AD4C02; }
a { background-color: rgb(173,76,2); }
div.DivClassName
{
background-color: #AD4C02;
}
.BgClassName
{
background-color: #AD4C02;
}
</style>
border-color css
<style>
span { border-color: #AD4C02; }
span { border-color: rgb(173,76,2); }
td.TdClassName
{
border-color: #AD4C02;
}
.TagClassName
{
border-color: #AD4C02;
}
</style>