Shades of Rust #AD2D03
Tints of Rust #AD2D03
RGB
CMYK
RGB Variations
Color information
#AD2D03 (or 0xAD2D03) is known color: Rust. HEX triplet: AD, 2D and 03. RGB value is (173,45,3). Sum of RGB (Red+Green+Blue) = 173+45+3=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D03 is #52D2FC. Grayscale: #4E4E4E. Windows color (decimal): -5427965 or 208301. OLE color: 208301.
HSL color Cylindrical-coordinate representation of color #AD2D03: hue angle of 14.82º 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 #AD2D03 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.32 |
| HSL | 14.82º | 0.97% | 0.35% | - |
| HSV(B) | 14.82º | 0.98% | 0.68% | - |
| XYZ | 18.19 | 10.77 | 1.21 | - |
| YUV | 78.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 3 | 0 | 0.74 | 0.98 | 0.32 | 14.82 | 0.97 | 0.35 |
| Hex | AD | 2D | 3 | 0 | 4A | 62 | 20 | F | 61 | 23 |
| Octal | 255 | 55 | 3 | 0 | 112 | 142 | 40 | 17 | 141 | 43 |
| Binary | 10101101 | 101101 | 11 | 0 | 1001010 | 1100010 | 100000 | 1111 | 1100001 | 100011 |
Color Harmonies of #AD2D03
Complementary color
Monochromatic Colors of #AD2D03
Black with #AD2D03
Text Example
Text Example
White with #AD2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D03; }
p { color: rgb(173,45,3); }
H1.HeaderClassName
{
color: #AD2D03;
}
.AnyTagClassName
{
color: #AD2D03;
}
</style>
background-color css
<style>
a { background-color: #AD2D03; }
a { background-color: rgb(173,45,3); }
div.DivClassName
{
background-color: #AD2D03;
}
.BgClassName
{
background-color: #AD2D03;
}
</style>
border-color css
<style>
span { border-color: #AD2D03; }
span { border-color: rgb(173,45,3); }
td.TdClassName
{
border-color: #AD2D03;
}
.TagClassName
{
border-color: #AD2D03;
}
</style>