Shades of Rust #AD4408
Tints of Rust #AD4408
RGB
CMYK
RGB Variations
Color information
#AD4408 (or 0xAD4408) is known color: Rust. HEX triplet: AD, 44 and 08. RGB value is (173,68,8). Sum of RGB (Red+Green+Blue) = 173+68+8=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4408 is #52BBF7. Grayscale: #5C5C5C. Windows color (decimal): -5422072 or 541869. OLE color: 541869.
HSL color Cylindrical-coordinate representation of color #AD4408: hue angle of 21.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD4408 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.32 |
| HSL | 21.82º | 0.91% | 0.35% | - |
| HSV(B) | 21.82º | 0.95% | 0.68% | - |
| XYZ | 19.34 | 13.04 | 1.73 | - |
| YUV | 92.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 8 | 0 | 0.61 | 0.95 | 0.32 | 21.82 | 0.91 | 0.35 |
| Hex | AD | 44 | 8 | 0 | 3D | 5F | 20 | 16 | 5B | 23 |
| Octal | 255 | 104 | 10 | 0 | 75 | 137 | 40 | 26 | 133 | 43 |
| Binary | 10101101 | 1000100 | 1000 | 0 | 111101 | 1011111 | 100000 | 10110 | 1011011 | 100011 |
Color Harmonies of #AD4408
Complementary color
Monochromatic Colors of #AD4408
Black with #AD4408
Text Example
Text Example
White with #AD4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4408; }
p { color: rgb(173,68,8); }
H1.HeaderClassName
{
color: #AD4408;
}
.AnyTagClassName
{
color: #AD4408;
}
</style>
background-color css
<style>
a { background-color: #AD4408; }
a { background-color: rgb(173,68,8); }
div.DivClassName
{
background-color: #AD4408;
}
.BgClassName
{
background-color: #AD4408;
}
</style>
border-color css
<style>
span { border-color: #AD4408; }
span { border-color: rgb(173,68,8); }
td.TdClassName
{
border-color: #AD4408;
}
.TagClassName
{
border-color: #AD4408;
}
</style>