Shades of Rust #AD421A
Tints of Rust #AD421A
RGB
CMYK
RGB Variations
Color information
#AD421A (or 0xAD421A) is known color: Rust. HEX triplet: AD, 42 and 1A. RGB value is (173,66,26). Sum of RGB (Red+Green+Blue) = 173+66+26=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD421A is #52BDE5. Grayscale: #5D5D5D. Windows color (decimal): -5422566 or 1721005. OLE color: 1721005.
HSL color Cylindrical-coordinate representation of color #AD421A: hue angle of 16.33º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD421A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 26 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.32 |
| HSL | 16.33º | 0.74% | 0.39% | - |
| HSV(B) | 16.33º | 0.85% | 0.68% | - |
| XYZ | 19.37 | 12.86 | 2.44 | - |
| YUV | 93.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 26 | 0 | 0.62 | 0.85 | 0.32 | 16.33 | 0.74 | 0.39 |
| Hex | AD | 42 | 1A | 0 | 3E | 55 | 20 | 10 | 4A | 27 |
| Octal | 255 | 102 | 32 | 0 | 76 | 125 | 40 | 20 | 112 | 47 |
| Binary | 10101101 | 1000010 | 11010 | 0 | 111110 | 1010101 | 100000 | 10000 | 1001010 | 100111 |
Color Harmonies of #AD421A
Complementary color
Monochromatic Colors of #AD421A
Black with #AD421A
Text Example
Text Example
White with #AD421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD421A; }
p { color: rgb(173,66,26); }
H1.HeaderClassName
{
color: #AD421A;
}
.AnyTagClassName
{
color: #AD421A;
}
</style>
background-color css
<style>
a { background-color: #AD421A; }
a { background-color: rgb(173,66,26); }
div.DivClassName
{
background-color: #AD421A;
}
.BgClassName
{
background-color: #AD421A;
}
</style>
border-color css
<style>
span { border-color: #AD421A; }
span { border-color: rgb(173,66,26); }
td.TdClassName
{
border-color: #AD421A;
}
.TagClassName
{
border-color: #AD421A;
}
</style>