Shades of Rust #AD4319
Tints of Rust #AD4319
RGB
CMYK
RGB Variations
Color information
#AD4319 (or 0xAD4319) is known color: Rust. HEX triplet: AD, 43 and 19. RGB value is (173,67,25). Sum of RGB (Red+Green+Blue) = 173+67+25=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4319 is #52BCE6. Grayscale: #5E5E5E. Windows color (decimal): -5422311 or 1655725. OLE color: 1655725.
HSL color Cylindrical-coordinate representation of color #AD4319: hue angle of 17.03º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4319 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.32 |
| HSL | 17.03º | 0.75% | 0.39% | - |
| HSV(B) | 17.03º | 0.86% | 0.68% | - |
| XYZ | 19.42 | 12.97 | 2.4 | - |
| YUV | 93.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 25 | 0 | 0.61 | 0.86 | 0.32 | 17.03 | 0.75 | 0.39 |
| Hex | AD | 43 | 19 | 0 | 3D | 56 | 20 | 11 | 4B | 27 |
| Octal | 255 | 103 | 31 | 0 | 75 | 126 | 40 | 21 | 113 | 47 |
| Binary | 10101101 | 1000011 | 11001 | 0 | 111101 | 1010110 | 100000 | 10001 | 1001011 | 100111 |
Color Harmonies of #AD4319
Complementary color
Monochromatic Colors of #AD4319
Black with #AD4319
Text Example
Text Example
White with #AD4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4319; }
p { color: rgb(173,67,25); }
H1.HeaderClassName
{
color: #AD4319;
}
.AnyTagClassName
{
color: #AD4319;
}
</style>
background-color css
<style>
a { background-color: #AD4319; }
a { background-color: rgb(173,67,25); }
div.DivClassName
{
background-color: #AD4319;
}
.BgClassName
{
background-color: #AD4319;
}
</style>
border-color css
<style>
span { border-color: #AD4319; }
span { border-color: rgb(173,67,25); }
td.TdClassName
{
border-color: #AD4319;
}
.TagClassName
{
border-color: #AD4319;
}
</style>