Shades of Rust #A95002
Tints of Rust #A95002
RGB
CMYK
RGB Variations
Color information
#A95002 (or 0xA95002) is known color: Rust. HEX triplet: A9, 50 and 02. RGB value is (169,80,2). Sum of RGB (Red+Green+Blue) = 169+80+2=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A95002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95002 is #56AFFD. Grayscale: #626262. Windows color (decimal): -5681150 or 151721. OLE color: 151721.
HSL color Cylindrical-coordinate representation of color #A95002: hue angle of 28.02º 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 #A95002 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.34 |
| HSL | 28.02º | 0.98% | 0.34% | - |
| HSV(B) | 28.02º | 0.99% | 0.66% | - |
| XYZ | 19.24 | 14.18 | 1.78 | - |
| YUV | 97.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 2 | 0 | 0.53 | 0.99 | 0.34 | 28.02 | 0.98 | 0.34 |
| Hex | A9 | 50 | 2 | 0 | 35 | 63 | 22 | 1C | 62 | 22 |
| Octal | 251 | 120 | 2 | 0 | 65 | 143 | 42 | 34 | 142 | 42 |
| Binary | 10101001 | 1010000 | 10 | 0 | 110101 | 1100011 | 100010 | 11100 | 1100010 | 100010 |
Color Harmonies of #A95002
Complementary color
Monochromatic Colors of #A95002
Black with #A95002
Text Example
Text Example
White with #A95002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95002; }
p { color: rgb(169,80,2); }
H1.HeaderClassName
{
color: #A95002;
}
.AnyTagClassName
{
color: #A95002;
}
</style>
background-color css
<style>
a { background-color: #A95002; }
a { background-color: rgb(169,80,2); }
div.DivClassName
{
background-color: #A95002;
}
.BgClassName
{
background-color: #A95002;
}
</style>
border-color css
<style>
span { border-color: #A95002; }
span { border-color: rgb(169,80,2); }
td.TdClassName
{
border-color: #A95002;
}
.TagClassName
{
border-color: #A95002;
}
</style>