Shades of Rust #A85300
Tints of Rust #A85300
RGB
CMYK
RGB Variations
Color information
#A85300 (or 0xA85300) is known color: Rust. HEX triplet: A8, 53 and 00. RGB value is (168,83,0). Sum of RGB (Red+Green+Blue) = 168+83+0=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A85300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85300 is #57ACFF. Grayscale: #636363. Windows color (decimal): -5745920 or 21416. OLE color: 21416.
HSL color Cylindrical-coordinate representation of color #A85300: hue angle of 29.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A85300 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.34 |
| HSL | 29.64º | 1% | 0.33% | - |
| HSV(B) | 29.64º | 1% | 0.66% | - |
| XYZ | 19.24 | 14.51 | 1.79 | - |
| YUV | 98.95 | 72.16 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 0 | 0 | 0.51 | 1 | 0.34 | 29.64 | 1 | 0.33 |
| Hex | A8 | 53 | 0 | 0 | 33 | 64 | 22 | 1E | 64 | 21 |
| Octal | 250 | 123 | 0 | 0 | 63 | 144 | 42 | 36 | 144 | 41 |
| Binary | 10101000 | 1010011 | 0 | 0 | 110011 | 1100100 | 100010 | 11110 | 1100100 | 100001 |
Color Harmonies of #A85300
Complementary color
Monochromatic Colors of #A85300
Black with #A85300
Text Example
Text Example
White with #A85300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85300; }
p { color: rgb(168,83,0); }
H1.HeaderClassName
{
color: #A85300;
}
.AnyTagClassName
{
color: #A85300;
}
</style>
background-color css
<style>
a { background-color: #A85300; }
a { background-color: rgb(168,83,0); }
div.DivClassName
{
background-color: #A85300;
}
.BgClassName
{
background-color: #A85300;
}
</style>
border-color css
<style>
span { border-color: #A85300; }
span { border-color: rgb(168,83,0); }
td.TdClassName
{
border-color: #A85300;
}
.TagClassName
{
border-color: #A85300;
}
</style>