Shades of Rust #A83D10
Tints of Rust #A83D10
RGB
CMYK
RGB Variations
Color information
#A83D10 (or 0xA83D10) is known color: Rust. HEX triplet: A8, 3D and 10. RGB value is (168,61,16). Sum of RGB (Red+Green+Blue) = 168+61+16=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A83D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83D10 is #57C2EF. Grayscale: #585858. Windows color (decimal): -5751536 or 1064360. OLE color: 1064360.
HSL color Cylindrical-coordinate representation of color #A83D10: hue angle of 17.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83D10 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 61 | 16 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.34 |
| HSL | 17.76º | 0.83% | 0.36% | - |
| HSV(B) | 17.76º | 0.9% | 0.66% | - |
| XYZ | 17.91 | 11.7 | 1.8 | - |
| YUV | 87.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 16 | 0 | 0.64 | 0.90 | 0.34 | 17.76 | 0.83 | 0.36 |
| Hex | A8 | 3D | 10 | 0 | 40 | 5A | 22 | 12 | 53 | 24 |
| Octal | 250 | 75 | 20 | 0 | 100 | 132 | 42 | 22 | 123 | 44 |
| Binary | 10101000 | 111101 | 10000 | 0 | 1000000 | 1011010 | 100010 | 10010 | 1010011 | 100100 |
Color Harmonies of #A83D10
Complementary color
Monochromatic Colors of #A83D10
Black with #A83D10
Text Example
Text Example
White with #A83D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83D10; }
p { color: rgb(168,61,16); }
H1.HeaderClassName
{
color: #A83D10;
}
.AnyTagClassName
{
color: #A83D10;
}
</style>
background-color css
<style>
a { background-color: #A83D10; }
a { background-color: rgb(168,61,16); }
div.DivClassName
{
background-color: #A83D10;
}
.BgClassName
{
background-color: #A83D10;
}
</style>
border-color css
<style>
span { border-color: #A83D10; }
span { border-color: rgb(168,61,16); }
td.TdClassName
{
border-color: #A83D10;
}
.TagClassName
{
border-color: #A83D10;
}
</style>