Shades of Rust #AD401B
Tints of Rust #AD401B
RGB
CMYK
RGB Variations
Color information
#AD401B (or 0xAD401B) is known color: Rust. HEX triplet: AD, 40 and 1B. RGB value is (173,64,27). Sum of RGB (Red+Green+Blue) = 173+64+27=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401B is #52BFE4. Grayscale: #5C5C5C. Windows color (decimal): -5423077 or 1786029. OLE color: 1786029.
HSL color Cylindrical-coordinate representation of color #AD401B: hue angle of 15.21º 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 #AD401B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 27 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.32 |
| HSL | 15.21º | 0.73% | 0.39% | - |
| HSV(B) | 15.21º | 0.84% | 0.68% | - |
| XYZ | 19.26 | 12.63 | 2.46 | - |
| YUV | 92.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 27 | 0 | 0.63 | 0.84 | 0.32 | 15.21 | 0.73 | 0.39 |
| Hex | AD | 40 | 1B | 0 | 3F | 54 | 20 | F | 49 | 27 |
| Octal | 255 | 100 | 33 | 0 | 77 | 124 | 40 | 17 | 111 | 47 |
| Binary | 10101101 | 1000000 | 11011 | 0 | 111111 | 1010100 | 100000 | 1111 | 1001001 | 100111 |
Color Harmonies of #AD401B
Complementary color
Monochromatic Colors of #AD401B
Black with #AD401B
Text Example
Text Example
White with #AD401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD401B; }
p { color: rgb(173,64,27); }
H1.HeaderClassName
{
color: #AD401B;
}
.AnyTagClassName
{
color: #AD401B;
}
</style>
background-color css
<style>
a { background-color: #AD401B; }
a { background-color: rgb(173,64,27); }
div.DivClassName
{
background-color: #AD401B;
}
.BgClassName
{
background-color: #AD401B;
}
</style>
border-color css
<style>
span { border-color: #AD401B; }
span { border-color: rgb(173,64,27); }
td.TdClassName
{
border-color: #AD401B;
}
.TagClassName
{
border-color: #AD401B;
}
</style>