Shades of Rust #AD2503
Tints of Rust #AD2503
RGB
CMYK
RGB Variations
Color information
#AD2503 (or 0xAD2503) is known color: Rust. HEX triplet: AD, 25 and 03. RGB value is (173,37,3). Sum of RGB (Red+Green+Blue) = 173+37+3=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2503 is #52DAFC. Grayscale: #4A4A4A. Windows color (decimal): -5430013 or 206253. OLE color: 206253.
HSL color Cylindrical-coordinate representation of color #AD2503: hue angle of 12º 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 #AD2503 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.32 |
| HSL | 12º | 0.97% | 0.35% | - |
| HSV(B) | 12º | 0.98% | 0.68% | - |
| XYZ | 17.91 | 10.21 | 1.11 | - |
| YUV | 73.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 3 | 0 | 0.79 | 0.98 | 0.32 | 12 | 0.97 | 0.35 |
| Hex | AD | 25 | 3 | 0 | 4F | 62 | 20 | C | 61 | 23 |
| Octal | 255 | 45 | 3 | 0 | 117 | 142 | 40 | 14 | 141 | 43 |
| Binary | 10101101 | 100101 | 11 | 0 | 1001111 | 1100010 | 100000 | 1100 | 1100001 | 100011 |
Color Harmonies of #AD2503
Complementary color
Monochromatic Colors of #AD2503
Black with #AD2503
Text Example
Text Example
White with #AD2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2503; }
p { color: rgb(173,37,3); }
H1.HeaderClassName
{
color: #AD2503;
}
.AnyTagClassName
{
color: #AD2503;
}
</style>
background-color css
<style>
a { background-color: #AD2503; }
a { background-color: rgb(173,37,3); }
div.DivClassName
{
background-color: #AD2503;
}
.BgClassName
{
background-color: #AD2503;
}
</style>
border-color css
<style>
span { border-color: #AD2503; }
span { border-color: rgb(173,37,3); }
td.TdClassName
{
border-color: #AD2503;
}
.TagClassName
{
border-color: #AD2503;
}
</style>