Shades of Rust #AD4308
Tints of Rust #AD4308
RGB
CMYK
RGB Variations
Color information
#AD4308 (or 0xAD4308) is known color: Rust. HEX triplet: AD, 43 and 08. RGB value is (173,67,8). Sum of RGB (Red+Green+Blue) = 173+67+8=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4308 is #52BCF7. Grayscale: #5C5C5C. Windows color (decimal): -5422328 or 541613. OLE color: 541613.
HSL color Cylindrical-coordinate representation of color #AD4308: hue angle of 21.45º 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 #AD4308 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.32 |
| HSL | 21.45º | 0.91% | 0.35% | - |
| HSV(B) | 21.45º | 0.95% | 0.68% | - |
| XYZ | 19.28 | 12.92 | 1.71 | - |
| YUV | 91.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 8 | 0 | 0.61 | 0.95 | 0.32 | 21.45 | 0.91 | 0.35 |
| Hex | AD | 43 | 8 | 0 | 3D | 5F | 20 | 15 | 5B | 23 |
| Octal | 255 | 103 | 10 | 0 | 75 | 137 | 40 | 25 | 133 | 43 |
| Binary | 10101101 | 1000011 | 1000 | 0 | 111101 | 1011111 | 100000 | 10101 | 1011011 | 100011 |
Color Harmonies of #AD4308
Complementary color
Monochromatic Colors of #AD4308
Black with #AD4308
Text Example
Text Example
White with #AD4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4308; }
p { color: rgb(173,67,8); }
H1.HeaderClassName
{
color: #AD4308;
}
.AnyTagClassName
{
color: #AD4308;
}
</style>
background-color css
<style>
a { background-color: #AD4308; }
a { background-color: rgb(173,67,8); }
div.DivClassName
{
background-color: #AD4308;
}
.BgClassName
{
background-color: #AD4308;
}
</style>
border-color css
<style>
span { border-color: #AD4308; }
span { border-color: rgb(173,67,8); }
td.TdClassName
{
border-color: #AD4308;
}
.TagClassName
{
border-color: #AD4308;
}
</style>