Shades of Rust #A85201
Tints of Rust #A85201
RGB
CMYK
RGB Variations
Color information
#A85201 (or 0xA85201) is known color: Rust. HEX triplet: A8, 52 and 01. RGB value is (168,82,1). Sum of RGB (Red+Green+Blue) = 168+82+1=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A85201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85201 is #57ADFE. Grayscale: #626262. Windows color (decimal): -5746175 or 86696. OLE color: 86696.
HSL color Cylindrical-coordinate representation of color #A85201: hue angle of 29.1º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A85201 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.34 |
| HSL | 29.1º | 0.99% | 0.33% | - |
| HSV(B) | 29.1º | 0.99% | 0.66% | - |
| XYZ | 19.17 | 14.36 | 1.79 | - |
| YUV | 98.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 1 | 0 | 0.51 | 0.99 | 0.34 | 29.1 | 0.99 | 0.33 |
| Hex | A8 | 52 | 1 | 0 | 33 | 63 | 22 | 1D | 63 | 21 |
| Octal | 250 | 122 | 1 | 0 | 63 | 143 | 42 | 35 | 143 | 41 |
| Binary | 10101000 | 1010010 | 1 | 0 | 110011 | 1100011 | 100010 | 11101 | 1100011 | 100001 |
Color Harmonies of #A85201
Complementary color
Monochromatic Colors of #A85201
Black with #A85201
Text Example
Text Example
White with #A85201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85201; }
p { color: rgb(168,82,1); }
H1.HeaderClassName
{
color: #A85201;
}
.AnyTagClassName
{
color: #A85201;
}
</style>
background-color css
<style>
a { background-color: #A85201; }
a { background-color: rgb(168,82,1); }
div.DivClassName
{
background-color: #A85201;
}
.BgClassName
{
background-color: #A85201;
}
</style>
border-color css
<style>
span { border-color: #A85201; }
span { border-color: rgb(168,82,1); }
td.TdClassName
{
border-color: #A85201;
}
.TagClassName
{
border-color: #A85201;
}
</style>