Shades of Rust #AD421B
Tints of Rust #AD421B
RGB
CMYK
RGB Variations
Color information
#AD421B (or 0xAD421B) is known color: Rust. HEX triplet: AD, 42 and 1B. RGB value is (173,66,27). Sum of RGB (Red+Green+Blue) = 173+66+27=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421B is #52BDE4. Grayscale: #5D5D5D. Windows color (decimal): -5422565 or 1786541. OLE color: 1786541.
HSL color Cylindrical-coordinate representation of color #AD421B: hue angle of 16.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD421B is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 27 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.32 |
| HSL | 16.03º | 0.73% | 0.39% | - |
| HSV(B) | 16.03º | 0.84% | 0.68% | - |
| XYZ | 19.38 | 12.86 | 2.5 | - |
| YUV | 93.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 27 | 0 | 0.62 | 0.84 | 0.32 | 16.03 | 0.73 | 0.39 |
| Hex | AD | 42 | 1B | 0 | 3E | 54 | 20 | 10 | 49 | 27 |
| Octal | 255 | 102 | 33 | 0 | 76 | 124 | 40 | 20 | 111 | 47 |
| Binary | 10101101 | 1000010 | 11011 | 0 | 111110 | 1010100 | 100000 | 10000 | 1001001 | 100111 |
Color Harmonies of #AD421B
Complementary color
Monochromatic Colors of #AD421B
Black with #AD421B
Text Example
Text Example
White with #AD421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD421B; }
p { color: rgb(173,66,27); }
H1.HeaderClassName
{
color: #AD421B;
}
.AnyTagClassName
{
color: #AD421B;
}
</style>
background-color css
<style>
a { background-color: #AD421B; }
a { background-color: rgb(173,66,27); }
div.DivClassName
{
background-color: #AD421B;
}
.BgClassName
{
background-color: #AD421B;
}
</style>
border-color css
<style>
span { border-color: #AD421B; }
span { border-color: rgb(173,66,27); }
td.TdClassName
{
border-color: #AD421B;
}
.TagClassName
{
border-color: #AD421B;
}
</style>