Shades of Rust #AD380B
Tints of Rust #AD380B
RGB
CMYK
RGB Variations
Color information
#AD380B (or 0xAD380B) is known color: Rust. HEX triplet: AD, 38 and 0B. RGB value is (173,56,11). Sum of RGB (Red+Green+Blue) = 173+56+11=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380B is #52C7F4. Grayscale: #565656. Windows color (decimal): -5425141 or 735405. OLE color: 735405.
HSL color Cylindrical-coordinate representation of color #AD380B: hue angle of 16.67º 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 #AD380B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.32 |
| HSL | 16.67º | 0.88% | 0.36% | - |
| HSV(B) | 16.67º | 0.94% | 0.68% | - |
| XYZ | 18.71 | 11.74 | 1.6 | - |
| YUV | 85.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 11 | 0 | 0.68 | 0.94 | 0.32 | 16.67 | 0.88 | 0.36 |
| Hex | AD | 38 | B | 0 | 44 | 5E | 20 | 11 | 58 | 24 |
| Octal | 255 | 70 | 13 | 0 | 104 | 136 | 40 | 21 | 130 | 44 |
| Binary | 10101101 | 111000 | 1011 | 0 | 1000100 | 1011110 | 100000 | 10001 | 1011000 | 100100 |
Color Harmonies of #AD380B
Complementary color
Monochromatic Colors of #AD380B
Black with #AD380B
Text Example
Text Example
White with #AD380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD380B; }
p { color: rgb(173,56,11); }
H1.HeaderClassName
{
color: #AD380B;
}
.AnyTagClassName
{
color: #AD380B;
}
</style>
background-color css
<style>
a { background-color: #AD380B; }
a { background-color: rgb(173,56,11); }
div.DivClassName
{
background-color: #AD380B;
}
.BgClassName
{
background-color: #AD380B;
}
</style>
border-color css
<style>
span { border-color: #AD380B; }
span { border-color: rgb(173,56,11); }
td.TdClassName
{
border-color: #AD380B;
}
.TagClassName
{
border-color: #AD380B;
}
</style>