Shades of Rust #A95202
Tints of Rust #A95202
RGB
CMYK
RGB Variations
Color information
#A95202 (or 0xA95202) is known color: Rust. HEX triplet: A9, 52 and 02. RGB value is (169,82,2). Sum of RGB (Red+Green+Blue) = 169+82+2=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A95202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95202 is #56ADFD. Grayscale: #636363. Windows color (decimal): -5680638 or 152233. OLE color: 152233.
HSL color Cylindrical-coordinate representation of color #A95202: hue angle of 28.74º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A95202 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 82 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.34 |
| HSL | 28.74º | 0.98% | 0.34% | - |
| HSV(B) | 28.74º | 0.99% | 0.66% | - |
| XYZ | 19.39 | 14.47 | 1.83 | - |
| YUV | 98.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 82 | 2 | 0 | 0.51 | 0.99 | 0.34 | 28.74 | 0.98 | 0.34 |
| Hex | A9 | 52 | 2 | 0 | 33 | 63 | 22 | 1D | 62 | 22 |
| Octal | 251 | 122 | 2 | 0 | 63 | 143 | 42 | 35 | 142 | 42 |
| Binary | 10101001 | 1010010 | 10 | 0 | 110011 | 1100011 | 100010 | 11101 | 1100010 | 100010 |
Color Harmonies of #A95202
Complementary color
Monochromatic Colors of #A95202
Black with #A95202
Text Example
Text Example
White with #A95202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95202; }
p { color: rgb(169,82,2); }
H1.HeaderClassName
{
color: #A95202;
}
.AnyTagClassName
{
color: #A95202;
}
</style>
background-color css
<style>
a { background-color: #A95202; }
a { background-color: rgb(169,82,2); }
div.DivClassName
{
background-color: #A95202;
}
.BgClassName
{
background-color: #A95202;
}
</style>
border-color css
<style>
span { border-color: #A95202; }
span { border-color: rgb(169,82,2); }
td.TdClassName
{
border-color: #A95202;
}
.TagClassName
{
border-color: #A95202;
}
</style>