Shades of Rust #A83C10
Tints of Rust #A83C10
RGB
CMYK
RGB Variations
Color information
#A83C10 (or 0xA83C10) is known color: Rust. HEX triplet: A8, 3C and 10. RGB value is (168,60,16). Sum of RGB (Red+Green+Blue) = 168+60+16=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83C10 is #57C3EF. Grayscale: #575757. Windows color (decimal): -5751792 or 1064104. OLE color: 1064104.
HSL color Cylindrical-coordinate representation of color #A83C10: hue angle of 17.37º 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 #A83C10 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 16 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.34 |
| HSL | 17.37º | 0.83% | 0.36% | - |
| HSV(B) | 17.37º | 0.9% | 0.66% | - |
| XYZ | 17.86 | 11.59 | 1.79 | - |
| YUV | 87.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 16 | 0 | 0.64 | 0.90 | 0.34 | 17.37 | 0.83 | 0.36 |
| Hex | A8 | 3C | 10 | 0 | 40 | 5A | 22 | 11 | 53 | 24 |
| Octal | 250 | 74 | 20 | 0 | 100 | 132 | 42 | 21 | 123 | 44 |
| Binary | 10101000 | 111100 | 10000 | 0 | 1000000 | 1011010 | 100010 | 10001 | 1010011 | 100100 |
Color Harmonies of #A83C10
Complementary color
Monochromatic Colors of #A83C10
Black with #A83C10
Text Example
Text Example
White with #A83C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C10; }
p { color: rgb(168,60,16); }
H1.HeaderClassName
{
color: #A83C10;
}
.AnyTagClassName
{
color: #A83C10;
}
</style>
background-color css
<style>
a { background-color: #A83C10; }
a { background-color: rgb(168,60,16); }
div.DivClassName
{
background-color: #A83C10;
}
.BgClassName
{
background-color: #A83C10;
}
</style>
border-color css
<style>
span { border-color: #A83C10; }
span { border-color: rgb(168,60,16); }
td.TdClassName
{
border-color: #A83C10;
}
.TagClassName
{
border-color: #A83C10;
}
</style>