Shades of Rust #AD2B02
Tints of Rust #AD2B02
RGB
CMYK
RGB Variations
Color information
#AD2B02 (or 0xAD2B02) is known color: Rust. HEX triplet: AD, 2B and 02. RGB value is (173,43,2). Sum of RGB (Red+Green+Blue) = 173+43+2=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B02 is #52D4FD. Grayscale: #4D4D4D. Windows color (decimal): -5428478 or 142253. OLE color: 142253.
HSL color Cylindrical-coordinate representation of color #AD2B02: hue angle of 14.39º 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 #AD2B02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.32 |
| HSL | 14.39º | 0.98% | 0.34% | - |
| HSV(B) | 14.39º | 0.99% | 0.68% | - |
| XYZ | 18.11 | 10.62 | 1.15 | - |
| YUV | 77.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 2 | 0 | 0.75 | 0.99 | 0.32 | 14.39 | 0.98 | 0.34 |
| Hex | AD | 2B | 2 | 0 | 4B | 63 | 20 | E | 62 | 22 |
| Octal | 255 | 53 | 2 | 0 | 113 | 143 | 40 | 16 | 142 | 42 |
| Binary | 10101101 | 101011 | 10 | 0 | 1001011 | 1100011 | 100000 | 1110 | 1100010 | 100010 |
Color Harmonies of #AD2B02
Complementary color
Monochromatic Colors of #AD2B02
Black with #AD2B02
Text Example
Text Example
White with #AD2B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B02; }
p { color: rgb(173,43,2); }
H1.HeaderClassName
{
color: #AD2B02;
}
.AnyTagClassName
{
color: #AD2B02;
}
</style>
background-color css
<style>
a { background-color: #AD2B02; }
a { background-color: rgb(173,43,2); }
div.DivClassName
{
background-color: #AD2B02;
}
.BgClassName
{
background-color: #AD2B02;
}
</style>
border-color css
<style>
span { border-color: #AD2B02; }
span { border-color: rgb(173,43,2); }
td.TdClassName
{
border-color: #AD2B02;
}
.TagClassName
{
border-color: #AD2B02;
}
</style>