Shades of Rust #AD300B
Tints of Rust #AD300B
RGB
CMYK
RGB Variations
Color information
#AD300B (or 0xAD300B) is known color: Rust. HEX triplet: AD, 30 and 0B. RGB value is (173,48,11). Sum of RGB (Red+Green+Blue) = 173+48+11=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD300B is #52CFF4. Grayscale: #515151. Windows color (decimal): -5427189 or 733357. OLE color: 733357.
HSL color Cylindrical-coordinate representation of color #AD300B: hue angle of 13.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD300B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.32 |
| HSL | 13.7º | 0.88% | 0.36% | - |
| HSV(B) | 13.7º | 0.94% | 0.68% | - |
| XYZ | 18.35 | 11.02 | 1.48 | - |
| YUV | 81.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 11 | 0 | 0.72 | 0.94 | 0.32 | 13.7 | 0.88 | 0.36 |
| Hex | AD | 30 | B | 0 | 48 | 5E | 20 | E | 58 | 24 |
| Octal | 255 | 60 | 13 | 0 | 110 | 136 | 40 | 16 | 130 | 44 |
| Binary | 10101101 | 110000 | 1011 | 0 | 1001000 | 1011110 | 100000 | 1110 | 1011000 | 100100 |
Color Harmonies of #AD300B
Complementary color
Monochromatic Colors of #AD300B
Black with #AD300B
Text Example
Text Example
White with #AD300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD300B; }
p { color: rgb(173,48,11); }
H1.HeaderClassName
{
color: #AD300B;
}
.AnyTagClassName
{
color: #AD300B;
}
</style>
background-color css
<style>
a { background-color: #AD300B; }
a { background-color: rgb(173,48,11); }
div.DivClassName
{
background-color: #AD300B;
}
.BgClassName
{
background-color: #AD300B;
}
</style>
border-color css
<style>
span { border-color: #AD300B; }
span { border-color: rgb(173,48,11); }
td.TdClassName
{
border-color: #AD300B;
}
.TagClassName
{
border-color: #AD300B;
}
</style>