Shades of Rust #AD421F
Tints of Rust #AD421F
RGB
CMYK
RGB Variations
Color information
#AD421F (or 0xAD421F) is known color: Rust. HEX triplet: AD, 42 and 1F. RGB value is (173,66,31). Sum of RGB (Red+Green+Blue) = 173+66+31=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421F is #52BDE0. Grayscale: #5E5E5E. Windows color (decimal): -5422561 or 2048685. OLE color: 2048685.
HSL color Cylindrical-coordinate representation of color #AD421F: hue angle of 14.79º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD421F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 31 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.32 |
| HSL | 14.79º | 0.7% | 0.4% | - |
| HSV(B) | 14.79º | 0.82% | 0.68% | - |
| XYZ | 19.43 | 12.88 | 2.76 | - |
| YUV | 94 | 92.45 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 31 | 0 | 0.62 | 0.82 | 0.32 | 14.79 | 0.7 | 0.4 |
| Hex | AD | 42 | 1F | 0 | 3E | 52 | 20 | F | 46 | 28 |
| Octal | 255 | 102 | 37 | 0 | 76 | 122 | 40 | 17 | 106 | 50 |
| Binary | 10101101 | 1000010 | 11111 | 0 | 111110 | 1010010 | 100000 | 1111 | 1000110 | 101000 |
Color Harmonies of #AD421F
Complementary color
Monochromatic Colors of #AD421F
Black with #AD421F
Text Example
Text Example
White with #AD421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD421F; }
p { color: rgb(173,66,31); }
H1.HeaderClassName
{
color: #AD421F;
}
.AnyTagClassName
{
color: #AD421F;
}
</style>
background-color css
<style>
a { background-color: #AD421F; }
a { background-color: rgb(173,66,31); }
div.DivClassName
{
background-color: #AD421F;
}
.BgClassName
{
background-color: #AD421F;
}
</style>
border-color css
<style>
span { border-color: #AD421F; }
span { border-color: rgb(173,66,31); }
td.TdClassName
{
border-color: #AD421F;
}
.TagClassName
{
border-color: #AD421F;
}
</style>