Shades of Rust #AD2F03
Tints of Rust #AD2F03
RGB
CMYK
RGB Variations
Color information
#AD2F03 (or 0xAD2F03) is known color: Rust. HEX triplet: AD, 2F and 03. RGB value is (173,47,3). Sum of RGB (Red+Green+Blue) = 173+47+3=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F03 is #52D0FC. Grayscale: #4F4F4F. Windows color (decimal): -5427453 or 208813. OLE color: 208813.
HSL color Cylindrical-coordinate representation of color #AD2F03: hue angle of 15.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 #AD2F03 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.32 |
| HSL | 15.53º | 0.97% | 0.35% | - |
| HSV(B) | 15.53º | 0.98% | 0.68% | - |
| XYZ | 18.27 | 10.92 | 1.23 | - |
| YUV | 79.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 3 | 0 | 0.73 | 0.98 | 0.32 | 15.53 | 0.97 | 0.35 |
| Hex | AD | 2F | 3 | 0 | 49 | 62 | 20 | 10 | 61 | 23 |
| Octal | 255 | 57 | 3 | 0 | 111 | 142 | 40 | 20 | 141 | 43 |
| Binary | 10101101 | 101111 | 11 | 0 | 1001001 | 1100010 | 100000 | 10000 | 1100001 | 100011 |
Color Harmonies of #AD2F03
Complementary color
Monochromatic Colors of #AD2F03
Black with #AD2F03
Text Example
Text Example
White with #AD2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F03; }
p { color: rgb(173,47,3); }
H1.HeaderClassName
{
color: #AD2F03;
}
.AnyTagClassName
{
color: #AD2F03;
}
</style>
background-color css
<style>
a { background-color: #AD2F03; }
a { background-color: rgb(173,47,3); }
div.DivClassName
{
background-color: #AD2F03;
}
.BgClassName
{
background-color: #AD2F03;
}
</style>
border-color css
<style>
span { border-color: #AD2F03; }
span { border-color: rgb(173,47,3); }
td.TdClassName
{
border-color: #AD2F03;
}
.TagClassName
{
border-color: #AD2F03;
}
</style>