Shades of Rust #A84D0D
Tints of Rust #A84D0D
RGB
CMYK
RGB Variations
Color information
#A84D0D (or 0xA84D0D) is known color: Rust. HEX triplet: A8, 4D and 0D. RGB value is (168,77,13). Sum of RGB (Red+Green+Blue) = 168+77+13=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D0D is #57B2F2. Grayscale: #616161. Windows color (decimal): -5747443 or 871848. OLE color: 871848.
HSL color Cylindrical-coordinate representation of color #A84D0D: hue angle of 24.77º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A84D0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 13 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.34 |
| HSL | 24.77º | 0.86% | 0.35% | - |
| HSV(B) | 24.77º | 0.92% | 0.66% | - |
| XYZ | 18.87 | 13.66 | 2.02 | - |
| YUV | 96.91 | 80.65 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 13 | 0 | 0.54 | 0.92 | 0.34 | 24.77 | 0.86 | 0.35 |
| Hex | A8 | 4D | D | 0 | 36 | 5C | 22 | 19 | 56 | 23 |
| Octal | 250 | 115 | 15 | 0 | 66 | 134 | 42 | 31 | 126 | 43 |
| Binary | 10101000 | 1001101 | 1101 | 0 | 110110 | 1011100 | 100010 | 11001 | 1010110 | 100011 |
Color Harmonies of #A84D0D
Complementary color
Monochromatic Colors of #A84D0D
Black with #A84D0D
Text Example
Text Example
White with #A84D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D0D; }
p { color: rgb(168,77,13); }
H1.HeaderClassName
{
color: #A84D0D;
}
.AnyTagClassName
{
color: #A84D0D;
}
</style>
background-color css
<style>
a { background-color: #A84D0D; }
a { background-color: rgb(168,77,13); }
div.DivClassName
{
background-color: #A84D0D;
}
.BgClassName
{
background-color: #A84D0D;
}
</style>
border-color css
<style>
span { border-color: #A84D0D; }
span { border-color: rgb(168,77,13); }
td.TdClassName
{
border-color: #A84D0D;
}
.TagClassName
{
border-color: #A84D0D;
}
</style>