Shades of Rust #AD410C
Tints of Rust #AD410C
RGB
CMYK
RGB Variations
Color information
#AD410C (or 0xAD410C) is known color: Rust. HEX triplet: AD, 41 and 0C. RGB value is (173,65,12). Sum of RGB (Red+Green+Blue) = 173+65+12=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD410C is #52BEF3. Grayscale: #5B5B5B. Windows color (decimal): -5422836 or 803245. OLE color: 803245.
HSL color Cylindrical-coordinate representation of color #AD410C: hue angle of 19.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD410C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.32 |
| HSL | 19.75º | 0.87% | 0.36% | - |
| HSV(B) | 19.75º | 0.93% | 0.68% | - |
| XYZ | 19.19 | 12.69 | 1.79 | - |
| YUV | 91.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 12 | 0 | 0.62 | 0.93 | 0.32 | 19.75 | 0.87 | 0.36 |
| Hex | AD | 41 | C | 0 | 3E | 5D | 20 | 14 | 57 | 24 |
| Octal | 255 | 101 | 14 | 0 | 76 | 135 | 40 | 24 | 127 | 44 |
| Binary | 10101101 | 1000001 | 1100 | 0 | 111110 | 1011101 | 100000 | 10100 | 1010111 | 100100 |
Color Harmonies of #AD410C
Complementary color
Monochromatic Colors of #AD410C
Black with #AD410C
Text Example
Text Example
White with #AD410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD410C; }
p { color: rgb(173,65,12); }
H1.HeaderClassName
{
color: #AD410C;
}
.AnyTagClassName
{
color: #AD410C;
}
</style>
background-color css
<style>
a { background-color: #AD410C; }
a { background-color: rgb(173,65,12); }
div.DivClassName
{
background-color: #AD410C;
}
.BgClassName
{
background-color: #AD410C;
}
</style>
border-color css
<style>
span { border-color: #AD410C; }
span { border-color: rgb(173,65,12); }
td.TdClassName
{
border-color: #AD410C;
}
.TagClassName
{
border-color: #AD410C;
}
</style>