Shades of Rust #AD3803
Tints of Rust #AD3803
RGB
CMYK
RGB Variations
Color information
#AD3803 (or 0xAD3803) is known color: Rust. HEX triplet: AD, 38 and 03. RGB value is (173,56,3). Sum of RGB (Red+Green+Blue) = 173+56+3=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3803 is #52C7FC. Grayscale: #555555. Windows color (decimal): -5425149 or 211117. OLE color: 211117.
HSL color Cylindrical-coordinate representation of color #AD3803: hue angle of 18.71º 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 #AD3803 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.32 |
| HSL | 18.71º | 0.97% | 0.35% | - |
| HSV(B) | 18.71º | 0.98% | 0.68% | - |
| XYZ | 18.66 | 11.72 | 1.36 | - |
| YUV | 84.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 3 | 0 | 0.68 | 0.98 | 0.32 | 18.71 | 0.97 | 0.35 |
| Hex | AD | 38 | 3 | 0 | 44 | 62 | 20 | 13 | 61 | 23 |
| Octal | 255 | 70 | 3 | 0 | 104 | 142 | 40 | 23 | 141 | 43 |
| Binary | 10101101 | 111000 | 11 | 0 | 1000100 | 1100010 | 100000 | 10011 | 1100001 | 100011 |
Color Harmonies of #AD3803
Complementary color
Monochromatic Colors of #AD3803
Black with #AD3803
Text Example
Text Example
White with #AD3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3803; }
p { color: rgb(173,56,3); }
H1.HeaderClassName
{
color: #AD3803;
}
.AnyTagClassName
{
color: #AD3803;
}
</style>
background-color css
<style>
a { background-color: #AD3803; }
a { background-color: rgb(173,56,3); }
div.DivClassName
{
background-color: #AD3803;
}
.BgClassName
{
background-color: #AD3803;
}
</style>
border-color css
<style>
span { border-color: #AD3803; }
span { border-color: rgb(173,56,3); }
td.TdClassName
{
border-color: #AD3803;
}
.TagClassName
{
border-color: #AD3803;
}
</style>