Shades of Rust #AD2D08
Tints of Rust #AD2D08
RGB
CMYK
RGB Variations
Color information
#AD2D08 (or 0xAD2D08) is known color: Rust. HEX triplet: AD, 2D and 08. RGB value is (173,45,8). Sum of RGB (Red+Green+Blue) = 173+45+8=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D08 is #52D2F7. Grayscale: #4F4F4F. Windows color (decimal): -5427960 or 535981. OLE color: 535981.
HSL color Cylindrical-coordinate representation of color #AD2D08: hue angle of 13.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 #AD2D08 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 8 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.32 |
| HSL | 13.45º | 0.91% | 0.35% | - |
| HSV(B) | 13.45º | 0.95% | 0.68% | - |
| XYZ | 18.22 | 10.78 | 1.35 | - |
| YUV | 79.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 8 | 0 | 0.74 | 0.95 | 0.32 | 13.45 | 0.91 | 0.35 |
| Hex | AD | 2D | 8 | 0 | 4A | 5F | 20 | D | 5B | 23 |
| Octal | 255 | 55 | 10 | 0 | 112 | 137 | 40 | 15 | 133 | 43 |
| Binary | 10101101 | 101101 | 1000 | 0 | 1001010 | 1011111 | 100000 | 1101 | 1011011 | 100011 |
Color Harmonies of #AD2D08
Complementary color
Monochromatic Colors of #AD2D08
Black with #AD2D08
Text Example
Text Example
White with #AD2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D08; }
p { color: rgb(173,45,8); }
H1.HeaderClassName
{
color: #AD2D08;
}
.AnyTagClassName
{
color: #AD2D08;
}
</style>
background-color css
<style>
a { background-color: #AD2D08; }
a { background-color: rgb(173,45,8); }
div.DivClassName
{
background-color: #AD2D08;
}
.BgClassName
{
background-color: #AD2D08;
}
</style>
border-color css
<style>
span { border-color: #AD2D08; }
span { border-color: rgb(173,45,8); }
td.TdClassName
{
border-color: #AD2D08;
}
.TagClassName
{
border-color: #AD2D08;
}
</style>