Shades of Rust #AD4002
Tints of Rust #AD4002
RGB
CMYK
RGB Variations
Color information
#AD4002 (or 0xAD4002) is known color: Rust. HEX triplet: AD, 40 and 02. RGB value is (173,64,2). Sum of RGB (Red+Green+Blue) = 173+64+2=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4002 is #52BFFD. Grayscale: #595959. Windows color (decimal): -5423102 or 147629. OLE color: 147629.
HSL color Cylindrical-coordinate representation of color #AD4002: hue angle of 21.75º 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 #AD4002 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.32 |
| HSL | 21.75º | 0.98% | 0.34% | - |
| HSV(B) | 21.75º | 0.99% | 0.68% | - |
| XYZ | 19.08 | 12.56 | 1.48 | - |
| YUV | 89.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 2 | 0 | 0.63 | 0.99 | 0.32 | 21.75 | 0.98 | 0.34 |
| Hex | AD | 40 | 2 | 0 | 3F | 63 | 20 | 16 | 62 | 22 |
| Octal | 255 | 100 | 2 | 0 | 77 | 143 | 40 | 26 | 142 | 42 |
| Binary | 10101101 | 1000000 | 10 | 0 | 111111 | 1100011 | 100000 | 10110 | 1100010 | 100010 |
Color Harmonies of #AD4002
Complementary color
Monochromatic Colors of #AD4002
Black with #AD4002
Text Example
Text Example
White with #AD4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4002; }
p { color: rgb(173,64,2); }
H1.HeaderClassName
{
color: #AD4002;
}
.AnyTagClassName
{
color: #AD4002;
}
</style>
background-color css
<style>
a { background-color: #AD4002; }
a { background-color: rgb(173,64,2); }
div.DivClassName
{
background-color: #AD4002;
}
.BgClassName
{
background-color: #AD4002;
}
</style>
border-color css
<style>
span { border-color: #AD4002; }
span { border-color: rgb(173,64,2); }
td.TdClassName
{
border-color: #AD4002;
}
.TagClassName
{
border-color: #AD4002;
}
</style>