Shades of Rust #AD2301
Tints of Rust #AD2301
RGB
CMYK
RGB Variations
Color information
#AD2301 (or 0xAD2301) is known color: Rust. HEX triplet: AD, 23 and 01. RGB value is (173,35,1). Sum of RGB (Red+Green+Blue) = 173+35+1=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2301 is #52DCFE. Grayscale: #484848. Windows color (decimal): -5430527 or 74669. OLE color: 74669.
HSL color Cylindrical-coordinate representation of color #AD2301: hue angle of 11.86º degrees, saturation: 0.99, 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 #AD2301 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.32 |
| HSL | 11.86º | 0.99% | 0.34% | - |
| HSV(B) | 11.86º | 0.99% | 0.68% | - |
| XYZ | 17.84 | 10.09 | 1.04 | - |
| YUV | 72.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 1 | 0 | 0.80 | 0.99 | 0.32 | 11.86 | 0.99 | 0.34 |
| Hex | AD | 23 | 1 | 0 | 50 | 63 | 20 | C | 63 | 22 |
| Octal | 255 | 43 | 1 | 0 | 120 | 143 | 40 | 14 | 143 | 42 |
| Binary | 10101101 | 100011 | 1 | 0 | 1010000 | 1100011 | 100000 | 1100 | 1100011 | 100010 |
Color Harmonies of #AD2301
Complementary color
Monochromatic Colors of #AD2301
Black with #AD2301
Text Example
Text Example
White with #AD2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2301; }
p { color: rgb(173,35,1); }
H1.HeaderClassName
{
color: #AD2301;
}
.AnyTagClassName
{
color: #AD2301;
}
</style>
background-color css
<style>
a { background-color: #AD2301; }
a { background-color: rgb(173,35,1); }
div.DivClassName
{
background-color: #AD2301;
}
.BgClassName
{
background-color: #AD2301;
}
</style>
border-color css
<style>
span { border-color: #AD2301; }
span { border-color: rgb(173,35,1); }
td.TdClassName
{
border-color: #AD2301;
}
.TagClassName
{
border-color: #AD2301;
}
</style>