Shades of Rust #AD2404
Tints of Rust #AD2404
RGB
CMYK
RGB Variations
Color information
#AD2404 (or 0xAD2404) is known color: Rust. HEX triplet: AD, 24 and 04. RGB value is (173,36,4). Sum of RGB (Red+Green+Blue) = 173+36+4=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2404 is #52DBFB. Grayscale: #494949. Windows color (decimal): -5430268 or 271533. OLE color: 271533.
HSL color Cylindrical-coordinate representation of color #AD2404: hue angle of 11.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2404 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.32 |
| HSL | 11.36º | 0.95% | 0.35% | - |
| HSV(B) | 11.36º | 0.98% | 0.68% | - |
| XYZ | 17.89 | 10.15 | 1.13 | - |
| YUV | 73.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 4 | 0 | 0.79 | 0.98 | 0.32 | 11.36 | 0.95 | 0.35 |
| Hex | AD | 24 | 4 | 0 | 4F | 62 | 20 | B | 5F | 23 |
| Octal | 255 | 44 | 4 | 0 | 117 | 142 | 40 | 13 | 137 | 43 |
| Binary | 10101101 | 100100 | 100 | 0 | 1001111 | 1100010 | 100000 | 1011 | 1011111 | 100011 |
Color Harmonies of #AD2404
Complementary color
Monochromatic Colors of #AD2404
Black with #AD2404
Text Example
Text Example
White with #AD2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2404; }
p { color: rgb(173,36,4); }
H1.HeaderClassName
{
color: #AD2404;
}
.AnyTagClassName
{
color: #AD2404;
}
</style>
background-color css
<style>
a { background-color: #AD2404; }
a { background-color: rgb(173,36,4); }
div.DivClassName
{
background-color: #AD2404;
}
.BgClassName
{
background-color: #AD2404;
}
</style>
border-color css
<style>
span { border-color: #AD2404; }
span { border-color: rgb(173,36,4); }
td.TdClassName
{
border-color: #AD2404;
}
.TagClassName
{
border-color: #AD2404;
}
</style>