Shades of Rust #A94010
Tints of Rust #A94010
RGB
CMYK
RGB Variations
Color information
#A94010 (or 0xA94010) is known color: Rust. HEX triplet: A9, 40 and 10. RGB value is (169,64,16). Sum of RGB (Red+Green+Blue) = 169+64+16=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A94010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94010 is #56BFEF. Grayscale: #5A5A5A. Windows color (decimal): -5685232 or 1065129. OLE color: 1065129.
HSL color Cylindrical-coordinate representation of color #A94010: hue angle of 18.82º 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 #A94010 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 64 | 16 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.34 |
| HSL | 18.82º | 0.83% | 0.36% | - |
| HSV(B) | 18.82º | 0.91% | 0.66% | - |
| XYZ | 18.29 | 12.14 | 1.87 | - |
| YUV | 89.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 16 | 0 | 0.62 | 0.91 | 0.34 | 18.82 | 0.83 | 0.36 |
| Hex | A9 | 40 | 10 | 0 | 3E | 5B | 22 | 13 | 53 | 24 |
| Octal | 251 | 100 | 20 | 0 | 76 | 133 | 42 | 23 | 123 | 44 |
| Binary | 10101001 | 1000000 | 10000 | 0 | 111110 | 1011011 | 100010 | 10011 | 1010011 | 100100 |
Color Harmonies of #A94010
Complementary color
Monochromatic Colors of #A94010
Black with #A94010
Text Example
Text Example
White with #A94010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94010; }
p { color: rgb(169,64,16); }
H1.HeaderClassName
{
color: #A94010;
}
.AnyTagClassName
{
color: #A94010;
}
</style>
background-color css
<style>
a { background-color: #A94010; }
a { background-color: rgb(169,64,16); }
div.DivClassName
{
background-color: #A94010;
}
.BgClassName
{
background-color: #A94010;
}
</style>
border-color css
<style>
span { border-color: #A94010; }
span { border-color: rgb(169,64,16); }
td.TdClassName
{
border-color: #A94010;
}
.TagClassName
{
border-color: #A94010;
}
</style>