Shades of Rust #AD4314
Tints of Rust #AD4314
RGB
CMYK
RGB Variations
Color information
#AD4314 (or 0xAD4314) is known color: Rust. HEX triplet: AD, 43 and 14. RGB value is (173,67,20). Sum of RGB (Red+Green+Blue) = 173+67+20=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4314 is #52BCEB. Grayscale: #5D5D5D. Windows color (decimal): -5422316 or 1328045. OLE color: 1328045.
HSL color Cylindrical-coordinate representation of color #AD4314: hue angle of 18.43º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD4314 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.32 |
| HSL | 18.43º | 0.79% | 0.38% | - |
| HSV(B) | 18.43º | 0.88% | 0.68% | - |
| XYZ | 19.37 | 12.95 | 2.14 | - |
| YUV | 93.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 20 | 0 | 0.61 | 0.88 | 0.32 | 18.43 | 0.79 | 0.38 |
| Hex | AD | 43 | 14 | 0 | 3D | 58 | 20 | 12 | 4F | 26 |
| Octal | 255 | 103 | 24 | 0 | 75 | 130 | 40 | 22 | 117 | 46 |
| Binary | 10101101 | 1000011 | 10100 | 0 | 111101 | 1011000 | 100000 | 10010 | 1001111 | 100110 |
Color Harmonies of #AD4314
Complementary color
Monochromatic Colors of #AD4314
Black with #AD4314
Text Example
Text Example
White with #AD4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4314; }
p { color: rgb(173,67,20); }
H1.HeaderClassName
{
color: #AD4314;
}
.AnyTagClassName
{
color: #AD4314;
}
</style>
background-color css
<style>
a { background-color: #AD4314; }
a { background-color: rgb(173,67,20); }
div.DivClassName
{
background-color: #AD4314;
}
.BgClassName
{
background-color: #AD4314;
}
</style>
border-color css
<style>
span { border-color: #AD4314; }
span { border-color: rgb(173,67,20); }
td.TdClassName
{
border-color: #AD4314;
}
.TagClassName
{
border-color: #AD4314;
}
</style>