Shades of Rust #AD401A
Tints of Rust #AD401A
RGB
CMYK
RGB Variations
Color information
#AD401A (or 0xAD401A) is known color: Rust. HEX triplet: AD, 40 and 1A. RGB value is (173,64,26). Sum of RGB (Red+Green+Blue) = 173+64+26=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD401A is #52BFE5. Grayscale: #5C5C5C. Windows color (decimal): -5423078 or 1720493. OLE color: 1720493.
HSL color Cylindrical-coordinate representation of color #AD401A: hue angle of 15.51º 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 #AD401A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 26 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.32 |
| HSL | 15.51º | 0.74% | 0.39% | - |
| HSV(B) | 15.51º | 0.85% | 0.68% | - |
| XYZ | 19.25 | 12.63 | 2.4 | - |
| YUV | 92.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 26 | 0 | 0.63 | 0.85 | 0.32 | 15.51 | 0.74 | 0.39 |
| Hex | AD | 40 | 1A | 0 | 3F | 55 | 20 | 10 | 4A | 27 |
| Octal | 255 | 100 | 32 | 0 | 77 | 125 | 40 | 20 | 112 | 47 |
| Binary | 10101101 | 1000000 | 11010 | 0 | 111111 | 1010101 | 100000 | 10000 | 1001010 | 100111 |
Color Harmonies of #AD401A
Complementary color
Monochromatic Colors of #AD401A
Black with #AD401A
Text Example
Text Example
White with #AD401A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD401A; }
p { color: rgb(173,64,26); }
H1.HeaderClassName
{
color: #AD401A;
}
.AnyTagClassName
{
color: #AD401A;
}
</style>
background-color css
<style>
a { background-color: #AD401A; }
a { background-color: rgb(173,64,26); }
div.DivClassName
{
background-color: #AD401A;
}
.BgClassName
{
background-color: #AD401A;
}
</style>
border-color css
<style>
span { border-color: #AD401A; }
span { border-color: rgb(173,64,26); }
td.TdClassName
{
border-color: #AD401A;
}
.TagClassName
{
border-color: #AD401A;
}
</style>