Shades of Rust #AD2D0F
Tints of Rust #AD2D0F
RGB
CMYK
RGB Variations
Color information
#AD2D0F (or 0xAD2D0F) is known color: Rust. HEX triplet: AD, 2D and 0F. RGB value is (173,45,15). Sum of RGB (Red+Green+Blue) = 173+45+15=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D0F is #52D2F0. Grayscale: #505050. Windows color (decimal): -5427953 or 994733. OLE color: 994733.
HSL color Cylindrical-coordinate representation of color #AD2D0F: hue angle of 11.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD2D0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.32 |
| HSL | 11.39º | 0.84% | 0.37% | - |
| HSV(B) | 11.39º | 0.91% | 0.68% | - |
| XYZ | 18.26 | 10.8 | 1.57 | - |
| YUV | 79.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 15 | 0 | 0.74 | 0.91 | 0.32 | 11.39 | 0.84 | 0.37 |
| Hex | AD | 2D | F | 0 | 4A | 5B | 20 | B | 54 | 25 |
| Octal | 255 | 55 | 17 | 0 | 112 | 133 | 40 | 13 | 124 | 45 |
| Binary | 10101101 | 101101 | 1111 | 0 | 1001010 | 1011011 | 100000 | 1011 | 1010100 | 100101 |
Color Harmonies of #AD2D0F
Complementary color
Monochromatic Colors of #AD2D0F
Black with #AD2D0F
Text Example
Text Example
White with #AD2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D0F; }
p { color: rgb(173,45,15); }
H1.HeaderClassName
{
color: #AD2D0F;
}
.AnyTagClassName
{
color: #AD2D0F;
}
</style>
background-color css
<style>
a { background-color: #AD2D0F; }
a { background-color: rgb(173,45,15); }
div.DivClassName
{
background-color: #AD2D0F;
}
.BgClassName
{
background-color: #AD2D0F;
}
</style>
border-color css
<style>
span { border-color: #AD2D0F; }
span { border-color: rgb(173,45,15); }
td.TdClassName
{
border-color: #AD2D0F;
}
.TagClassName
{
border-color: #AD2D0F;
}
</style>