Shades of Rust #AD3B08
Tints of Rust #AD3B08
RGB
CMYK
RGB Variations
Color information
#AD3B08 (or 0xAD3B08) is known color: Rust. HEX triplet: AD, 3B and 08. RGB value is (173,59,8). Sum of RGB (Red+Green+Blue) = 173+59+8=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B08 is #52C4F7. Grayscale: #575757. Windows color (decimal): -5424376 or 539565. OLE color: 539565.
HSL color Cylindrical-coordinate representation of color #AD3B08: hue angle of 18.55º 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 #AD3B08 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.32 |
| HSL | 18.55º | 0.91% | 0.35% | - |
| HSV(B) | 18.55º | 0.95% | 0.68% | - |
| XYZ | 18.84 | 12.03 | 1.56 | - |
| YUV | 87.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 8 | 0 | 0.66 | 0.95 | 0.32 | 18.55 | 0.91 | 0.35 |
| Hex | AD | 3B | 8 | 0 | 42 | 5F | 20 | 13 | 5B | 23 |
| Octal | 255 | 73 | 10 | 0 | 102 | 137 | 40 | 23 | 133 | 43 |
| Binary | 10101101 | 111011 | 1000 | 0 | 1000010 | 1011111 | 100000 | 10011 | 1011011 | 100011 |
Color Harmonies of #AD3B08
Complementary color
Monochromatic Colors of #AD3B08
Black with #AD3B08
Text Example
Text Example
White with #AD3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B08; }
p { color: rgb(173,59,8); }
H1.HeaderClassName
{
color: #AD3B08;
}
.AnyTagClassName
{
color: #AD3B08;
}
</style>
background-color css
<style>
a { background-color: #AD3B08; }
a { background-color: rgb(173,59,8); }
div.DivClassName
{
background-color: #AD3B08;
}
.BgClassName
{
background-color: #AD3B08;
}
</style>
border-color css
<style>
span { border-color: #AD3B08; }
span { border-color: rgb(173,59,8); }
td.TdClassName
{
border-color: #AD3B08;
}
.TagClassName
{
border-color: #AD3B08;
}
</style>