Shades of Rust #AD4003
Tints of Rust #AD4003
RGB
CMYK
RGB Variations
Color information
#AD4003 (or 0xAD4003) is known color: Rust. HEX triplet: AD, 40 and 03. RGB value is (173,64,3). Sum of RGB (Red+Green+Blue) = 173+64+3=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4003 is #52BFFC. Grayscale: #595959. Windows color (decimal): -5423101 or 213165. OLE color: 213165.
HSL color Cylindrical-coordinate representation of color #AD4003: hue angle of 21.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4003 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.32 |
| HSL | 21.53º | 0.97% | 0.35% | - |
| HSV(B) | 21.53º | 0.98% | 0.68% | - |
| XYZ | 19.08 | 12.56 | 1.5 | - |
| YUV | 89.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 3 | 0 | 0.63 | 0.98 | 0.32 | 21.53 | 0.97 | 0.35 |
| Hex | AD | 40 | 3 | 0 | 3F | 62 | 20 | 16 | 61 | 23 |
| Octal | 255 | 100 | 3 | 0 | 77 | 142 | 40 | 26 | 141 | 43 |
| Binary | 10101101 | 1000000 | 11 | 0 | 111111 | 1100010 | 100000 | 10110 | 1100001 | 100011 |
Color Harmonies of #AD4003
Complementary color
Monochromatic Colors of #AD4003
Black with #AD4003
Text Example
Text Example
White with #AD4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4003; }
p { color: rgb(173,64,3); }
H1.HeaderClassName
{
color: #AD4003;
}
.AnyTagClassName
{
color: #AD4003;
}
</style>
background-color css
<style>
a { background-color: #AD4003; }
a { background-color: rgb(173,64,3); }
div.DivClassName
{
background-color: #AD4003;
}
.BgClassName
{
background-color: #AD4003;
}
</style>
border-color css
<style>
span { border-color: #AD4003; }
span { border-color: rgb(173,64,3); }
td.TdClassName
{
border-color: #AD4003;
}
.TagClassName
{
border-color: #AD4003;
}
</style>