Shades of Rust #AD4B03
Tints of Rust #AD4B03
RGB
CMYK
RGB Variations
Color information
#AD4B03 (or 0xAD4B03) is known color: Rust. HEX triplet: AD, 4B and 03. RGB value is (173,75,3). Sum of RGB (Red+Green+Blue) = 173+75+3=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B03 is #52B4FC. Grayscale: #606060. Windows color (decimal): -5420285 or 215981. OLE color: 215981.
HSL color Cylindrical-coordinate representation of color #AD4B03: hue angle of 25.41º 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 #AD4B03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.32 |
| HSL | 25.41º | 0.97% | 0.35% | - |
| HSV(B) | 25.41º | 0.98% | 0.68% | - |
| XYZ | 19.77 | 13.92 | 1.73 | - |
| YUV | 96.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 3 | 0 | 0.57 | 0.98 | 0.32 | 25.41 | 0.97 | 0.35 |
| Hex | AD | 4B | 3 | 0 | 39 | 62 | 20 | 19 | 61 | 23 |
| Octal | 255 | 113 | 3 | 0 | 71 | 142 | 40 | 31 | 141 | 43 |
| Binary | 10101101 | 1001011 | 11 | 0 | 111001 | 1100010 | 100000 | 11001 | 1100001 | 100011 |
Color Harmonies of #AD4B03
Complementary color
Monochromatic Colors of #AD4B03
Black with #AD4B03
Text Example
Text Example
White with #AD4B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B03; }
p { color: rgb(173,75,3); }
H1.HeaderClassName
{
color: #AD4B03;
}
.AnyTagClassName
{
color: #AD4B03;
}
</style>
background-color css
<style>
a { background-color: #AD4B03; }
a { background-color: rgb(173,75,3); }
div.DivClassName
{
background-color: #AD4B03;
}
.BgClassName
{
background-color: #AD4B03;
}
</style>
border-color css
<style>
span { border-color: #AD4B03; }
span { border-color: rgb(173,75,3); }
td.TdClassName
{
border-color: #AD4B03;
}
.TagClassName
{
border-color: #AD4B03;
}
</style>