Shades of Rust #AD2B05
Tints of Rust #AD2B05
RGB
CMYK
RGB Variations
Color information
#AD2B05 (or 0xAD2B05) is known color: Rust. HEX triplet: AD, 2B and 05. RGB value is (173,43,5). Sum of RGB (Red+Green+Blue) = 173+43+5=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B05 is #52D4FA. Grayscale: #4D4D4D. Windows color (decimal): -5428475 or 338861. OLE color: 338861.
HSL color Cylindrical-coordinate representation of color #AD2B05: hue angle of 13.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2B05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.32 |
| HSL | 13.57º | 0.94% | 0.35% | - |
| HSV(B) | 13.57º | 0.97% | 0.68% | - |
| XYZ | 18.12 | 10.62 | 1.24 | - |
| YUV | 77.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 5 | 0 | 0.75 | 0.97 | 0.32 | 13.57 | 0.94 | 0.35 |
| Hex | AD | 2B | 5 | 0 | 4B | 61 | 20 | E | 5E | 23 |
| Octal | 255 | 53 | 5 | 0 | 113 | 141 | 40 | 16 | 136 | 43 |
| Binary | 10101101 | 101011 | 101 | 0 | 1001011 | 1100001 | 100000 | 1110 | 1011110 | 100011 |
Color Harmonies of #AD2B05
Complementary color
Monochromatic Colors of #AD2B05
Black with #AD2B05
Text Example
Text Example
White with #AD2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B05; }
p { color: rgb(173,43,5); }
H1.HeaderClassName
{
color: #AD2B05;
}
.AnyTagClassName
{
color: #AD2B05;
}
</style>
background-color css
<style>
a { background-color: #AD2B05; }
a { background-color: rgb(173,43,5); }
div.DivClassName
{
background-color: #AD2B05;
}
.BgClassName
{
background-color: #AD2B05;
}
</style>
border-color css
<style>
span { border-color: #AD2B05; }
span { border-color: rgb(173,43,5); }
td.TdClassName
{
border-color: #AD2B05;
}
.TagClassName
{
border-color: #AD2B05;
}
</style>