Shades of Rust #AD2504
Tints of Rust #AD2504
RGB
CMYK
RGB Variations
Color information
#AD2504 (or 0xAD2504) is known color: Rust. HEX triplet: AD, 25 and 04. RGB value is (173,37,4). Sum of RGB (Red+Green+Blue) = 173+37+4=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2504 is #52DAFB. Grayscale: #4A4A4A. Windows color (decimal): -5430012 or 271789. OLE color: 271789.
HSL color Cylindrical-coordinate representation of color #AD2504: hue angle of 11.72º 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 #AD2504 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.32 |
| HSL | 11.72º | 0.95% | 0.35% | - |
| HSV(B) | 11.72º | 0.98% | 0.68% | - |
| XYZ | 17.92 | 10.22 | 1.14 | - |
| YUV | 73.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 4 | 0 | 0.79 | 0.98 | 0.32 | 11.72 | 0.95 | 0.35 |
| Hex | AD | 25 | 4 | 0 | 4F | 62 | 20 | C | 5F | 23 |
| Octal | 255 | 45 | 4 | 0 | 117 | 142 | 40 | 14 | 137 | 43 |
| Binary | 10101101 | 100101 | 100 | 0 | 1001111 | 1100010 | 100000 | 1100 | 1011111 | 100011 |
Color Harmonies of #AD2504
Complementary color
Monochromatic Colors of #AD2504
Black with #AD2504
Text Example
Text Example
White with #AD2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2504; }
p { color: rgb(173,37,4); }
H1.HeaderClassName
{
color: #AD2504;
}
.AnyTagClassName
{
color: #AD2504;
}
</style>
background-color css
<style>
a { background-color: #AD2504; }
a { background-color: rgb(173,37,4); }
div.DivClassName
{
background-color: #AD2504;
}
.BgClassName
{
background-color: #AD2504;
}
</style>
border-color css
<style>
span { border-color: #AD2504; }
span { border-color: rgb(173,37,4); }
td.TdClassName
{
border-color: #AD2504;
}
.TagClassName
{
border-color: #AD2504;
}
</style>