Shades of Rust #A93A10
Tints of Rust #A93A10
RGB
CMYK
RGB Variations
Color information
#A93A10 (or 0xA93A10) is known color: Rust. HEX triplet: A9, 3A and 10. RGB value is (169,58,16). Sum of RGB (Red+Green+Blue) = 169+58+16=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A10 is #56C5EF. Grayscale: #565656. Windows color (decimal): -5686768 or 1063593. OLE color: 1063593.
HSL color Cylindrical-coordinate representation of color #A93A10: hue angle of 16.47º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A93A10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 58 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.34 |
| HSL | 16.47º | 0.83% | 0.36% | - |
| HSV(B) | 16.47º | 0.91% | 0.66% | - |
| XYZ | 17.97 | 11.5 | 1.76 | - |
| YUV | 86.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 16 | 0 | 0.66 | 0.91 | 0.34 | 16.47 | 0.83 | 0.36 |
| Hex | A9 | 3A | 10 | 0 | 42 | 5B | 22 | 10 | 53 | 24 |
| Octal | 251 | 72 | 20 | 0 | 102 | 133 | 42 | 20 | 123 | 44 |
| Binary | 10101001 | 111010 | 10000 | 0 | 1000010 | 1011011 | 100010 | 10000 | 1010011 | 100100 |
Color Harmonies of #A93A10
Complementary color
Monochromatic Colors of #A93A10
Black with #A93A10
Text Example
Text Example
White with #A93A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93A10; }
p { color: rgb(169,58,16); }
H1.HeaderClassName
{
color: #A93A10;
}
.AnyTagClassName
{
color: #A93A10;
}
</style>
background-color css
<style>
a { background-color: #A93A10; }
a { background-color: rgb(169,58,16); }
div.DivClassName
{
background-color: #A93A10;
}
.BgClassName
{
background-color: #A93A10;
}
</style>
border-color css
<style>
span { border-color: #A93A10; }
span { border-color: rgb(169,58,16); }
td.TdClassName
{
border-color: #A93A10;
}
.TagClassName
{
border-color: #A93A10;
}
</style>