Shades of Rust #AD2808
Tints of Rust #AD2808
RGB
CMYK
RGB Variations
Color information
#AD2808 (or 0xAD2808) is known color: Rust. HEX triplet: AD, 28 and 08. RGB value is (173,40,8). Sum of RGB (Red+Green+Blue) = 173+40+8=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2808 is #52D7F7. Grayscale: #4C4C4C. Windows color (decimal): -5429240 or 534701. OLE color: 534701.
HSL color Cylindrical-coordinate representation of color #AD2808: hue angle of 11.64º 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 #AD2808 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 40 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.32 |
| HSL | 11.64º | 0.91% | 0.35% | - |
| HSV(B) | 11.64º | 0.95% | 0.68% | - |
| XYZ | 18.04 | 10.42 | 1.29 | - |
| YUV | 76.12 | 89.56 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 8 | 0 | 0.77 | 0.95 | 0.32 | 11.64 | 0.91 | 0.35 |
| Hex | AD | 28 | 8 | 0 | 4D | 5F | 20 | C | 5B | 23 |
| Octal | 255 | 50 | 10 | 0 | 115 | 137 | 40 | 14 | 133 | 43 |
| Binary | 10101101 | 101000 | 1000 | 0 | 1001101 | 1011111 | 100000 | 1100 | 1011011 | 100011 |
Color Harmonies of #AD2808
Complementary color
Monochromatic Colors of #AD2808
Black with #AD2808
Text Example
Text Example
White with #AD2808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2808; }
p { color: rgb(173,40,8); }
H1.HeaderClassName
{
color: #AD2808;
}
.AnyTagClassName
{
color: #AD2808;
}
</style>
background-color css
<style>
a { background-color: #AD2808; }
a { background-color: rgb(173,40,8); }
div.DivClassName
{
background-color: #AD2808;
}
.BgClassName
{
background-color: #AD2808;
}
</style>
border-color css
<style>
span { border-color: #AD2808; }
span { border-color: rgb(173,40,8); }
td.TdClassName
{
border-color: #AD2808;
}
.TagClassName
{
border-color: #AD2808;
}
</style>