Shades of Rust #AD2708
Tints of Rust #AD2708
RGB
CMYK
RGB Variations
Color information
#AD2708 (or 0xAD2708) is known color: Rust. HEX triplet: AD, 27 and 08. RGB value is (173,39,8). Sum of RGB (Red+Green+Blue) = 173+39+8=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2708 is #52D8F7. Grayscale: #4B4B4B. Windows color (decimal): -5429496 or 534445. OLE color: 534445.
HSL color Cylindrical-coordinate representation of color #AD2708: hue angle of 11.27º 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 #AD2708 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 8 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.32 |
| HSL | 11.27º | 0.91% | 0.35% | - |
| HSV(B) | 11.27º | 0.95% | 0.68% | - |
| XYZ | 18 | 10.35 | 1.28 | - |
| YUV | 75.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 8 | 0 | 0.77 | 0.95 | 0.32 | 11.27 | 0.91 | 0.35 |
| Hex | AD | 27 | 8 | 0 | 4D | 5F | 20 | B | 5B | 23 |
| Octal | 255 | 47 | 10 | 0 | 115 | 137 | 40 | 13 | 133 | 43 |
| Binary | 10101101 | 100111 | 1000 | 0 | 1001101 | 1011111 | 100000 | 1011 | 1011011 | 100011 |
Color Harmonies of #AD2708
Complementary color
Monochromatic Colors of #AD2708
Black with #AD2708
Text Example
Text Example
White with #AD2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2708; }
p { color: rgb(173,39,8); }
H1.HeaderClassName
{
color: #AD2708;
}
.AnyTagClassName
{
color: #AD2708;
}
</style>
background-color css
<style>
a { background-color: #AD2708; }
a { background-color: rgb(173,39,8); }
div.DivClassName
{
background-color: #AD2708;
}
.BgClassName
{
background-color: #AD2708;
}
</style>
border-color css
<style>
span { border-color: #AD2708; }
span { border-color: rgb(173,39,8); }
td.TdClassName
{
border-color: #AD2708;
}
.TagClassName
{
border-color: #AD2708;
}
</style>