Shades of Rust #AD2202
Tints of Rust #AD2202
RGB
CMYK
RGB Variations
Color information
#AD2202 (or 0xAD2202) is known color: Rust. HEX triplet: AD, 22 and 02. RGB value is (173,34,2). Sum of RGB (Red+Green+Blue) = 173+34+2=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2202 is #52DDFD. Grayscale: #484848. Windows color (decimal): -5430782 or 139949. OLE color: 139949.
HSL color Cylindrical-coordinate representation of color #AD2202: hue angle of 11.23º 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 #AD2202 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.32 |
| HSL | 11.23º | 0.98% | 0.34% | - |
| HSV(B) | 11.23º | 0.99% | 0.68% | - |
| XYZ | 17.82 | 10.03 | 1.05 | - |
| YUV | 71.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 2 | 0 | 0.80 | 0.99 | 0.32 | 11.23 | 0.98 | 0.34 |
| Hex | AD | 22 | 2 | 0 | 50 | 63 | 20 | B | 62 | 22 |
| Octal | 255 | 42 | 2 | 0 | 120 | 143 | 40 | 13 | 142 | 42 |
| Binary | 10101101 | 100010 | 10 | 0 | 1010000 | 1100011 | 100000 | 1011 | 1100010 | 100010 |
Color Harmonies of #AD2202
Complementary color
Monochromatic Colors of #AD2202
Black with #AD2202
Text Example
Text Example
White with #AD2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2202; }
p { color: rgb(173,34,2); }
H1.HeaderClassName
{
color: #AD2202;
}
.AnyTagClassName
{
color: #AD2202;
}
</style>
background-color css
<style>
a { background-color: #AD2202; }
a { background-color: rgb(173,34,2); }
div.DivClassName
{
background-color: #AD2202;
}
.BgClassName
{
background-color: #AD2202;
}
</style>
border-color css
<style>
span { border-color: #AD2202; }
span { border-color: rgb(173,34,2); }
td.TdClassName
{
border-color: #AD2202;
}
.TagClassName
{
border-color: #AD2202;
}
</style>