Shades of Rust #A94102
Tints of Rust #A94102
RGB
CMYK
RGB Variations
Color information
#A94102 (or 0xA94102) is known color: Rust. HEX triplet: A9, 41 and 02. RGB value is (169,65,2). Sum of RGB (Red+Green+Blue) = 169+65+2=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A94102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94102 is #56BEFD. Grayscale: #595959. Windows color (decimal): -5684990 or 147881. OLE color: 147881.
HSL color Cylindrical-coordinate representation of color #A94102: hue angle of 22.63º 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 #A94102 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.34 |
| HSL | 22.63º | 0.98% | 0.34% | - |
| HSV(B) | 22.63º | 0.99% | 0.66% | - |
| XYZ | 18.26 | 12.22 | 1.45 | - |
| YUV | 88.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 2 | 0 | 0.62 | 0.99 | 0.34 | 22.63 | 0.98 | 0.34 |
| Hex | A9 | 41 | 2 | 0 | 3E | 63 | 22 | 17 | 62 | 22 |
| Octal | 251 | 101 | 2 | 0 | 76 | 143 | 42 | 27 | 142 | 42 |
| Binary | 10101001 | 1000001 | 10 | 0 | 111110 | 1100011 | 100010 | 10111 | 1100010 | 100010 |
Color Harmonies of #A94102
Complementary color
Monochromatic Colors of #A94102
Black with #A94102
Text Example
Text Example
White with #A94102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94102; }
p { color: rgb(169,65,2); }
H1.HeaderClassName
{
color: #A94102;
}
.AnyTagClassName
{
color: #A94102;
}
</style>
background-color css
<style>
a { background-color: #A94102; }
a { background-color: rgb(169,65,2); }
div.DivClassName
{
background-color: #A94102;
}
.BgClassName
{
background-color: #A94102;
}
</style>
border-color css
<style>
span { border-color: #A94102; }
span { border-color: rgb(169,65,2); }
td.TdClassName
{
border-color: #A94102;
}
.TagClassName
{
border-color: #A94102;
}
</style>