Shades of Rust #AD2F04
Tints of Rust #AD2F04
RGB
CMYK
RGB Variations
Color information
#AD2F04 (or 0xAD2F04) is known color: Rust. HEX triplet: AD, 2F and 04. RGB value is (173,47,4). Sum of RGB (Red+Green+Blue) = 173+47+4=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F04 is #52D0FB. Grayscale: #505050. Windows color (decimal): -5427452 or 274349. OLE color: 274349.
HSL color Cylindrical-coordinate representation of color #AD2F04: hue angle of 15.27º 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 #AD2F04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.32 |
| HSL | 15.27º | 0.95% | 0.35% | - |
| HSV(B) | 15.27º | 0.98% | 0.68% | - |
| XYZ | 18.27 | 10.93 | 1.26 | - |
| YUV | 79.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 4 | 0 | 0.73 | 0.98 | 0.32 | 15.27 | 0.95 | 0.35 |
| Hex | AD | 2F | 4 | 0 | 49 | 62 | 20 | F | 5F | 23 |
| Octal | 255 | 57 | 4 | 0 | 111 | 142 | 40 | 17 | 137 | 43 |
| Binary | 10101101 | 101111 | 100 | 0 | 1001001 | 1100010 | 100000 | 1111 | 1011111 | 100011 |
Color Harmonies of #AD2F04
Complementary color
Monochromatic Colors of #AD2F04
Black with #AD2F04
Text Example
Text Example
White with #AD2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F04; }
p { color: rgb(173,47,4); }
H1.HeaderClassName
{
color: #AD2F04;
}
.AnyTagClassName
{
color: #AD2F04;
}
</style>
background-color css
<style>
a { background-color: #AD2F04; }
a { background-color: rgb(173,47,4); }
div.DivClassName
{
background-color: #AD2F04;
}
.BgClassName
{
background-color: #AD2F04;
}
</style>
border-color css
<style>
span { border-color: #AD2F04; }
span { border-color: rgb(173,47,4); }
td.TdClassName
{
border-color: #AD2F04;
}
.TagClassName
{
border-color: #AD2F04;
}
</style>