Shades of Rust #AD2A02
Tints of Rust #AD2A02
RGB
CMYK
RGB Variations
Color information
#AD2A02 (or 0xAD2A02) is known color: Rust. HEX triplet: AD, 2A and 02. RGB value is (173,42,2). Sum of RGB (Red+Green+Blue) = 173+42+2=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A02 is #52D5FD. Grayscale: #4C4C4C. Windows color (decimal): -5428734 or 141997. OLE color: 141997.
HSL color Cylindrical-coordinate representation of color #AD2A02: hue angle of 14.04º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD2A02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.32 |
| HSL | 14.04º | 0.98% | 0.34% | - |
| HSV(B) | 14.04º | 0.99% | 0.68% | - |
| XYZ | 18.07 | 10.54 | 1.14 | - |
| YUV | 76.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 2 | 0 | 0.76 | 0.99 | 0.32 | 14.04 | 0.98 | 0.34 |
| Hex | AD | 2A | 2 | 0 | 4C | 63 | 20 | E | 62 | 22 |
| Octal | 255 | 52 | 2 | 0 | 114 | 143 | 40 | 16 | 142 | 42 |
| Binary | 10101101 | 101010 | 10 | 0 | 1001100 | 1100011 | 100000 | 1110 | 1100010 | 100010 |
Color Harmonies of #AD2A02
Complementary color
Monochromatic Colors of #AD2A02
Black with #AD2A02
Text Example
Text Example
White with #AD2A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A02; }
p { color: rgb(173,42,2); }
H1.HeaderClassName
{
color: #AD2A02;
}
.AnyTagClassName
{
color: #AD2A02;
}
</style>
background-color css
<style>
a { background-color: #AD2A02; }
a { background-color: rgb(173,42,2); }
div.DivClassName
{
background-color: #AD2A02;
}
.BgClassName
{
background-color: #AD2A02;
}
</style>
border-color css
<style>
span { border-color: #AD2A02; }
span { border-color: rgb(173,42,2); }
td.TdClassName
{
border-color: #AD2A02;
}
.TagClassName
{
border-color: #AD2A02;
}
</style>