Shades of Rust #A13E10
Tints of Rust #A13E10
RGB
CMYK
RGB Variations
Color information
#A13E10 (or 0xA13E10) is known color: Rust. HEX triplet: A1, 3E and 10. RGB value is (161,62,16). Sum of RGB (Red+Green+Blue) = 161+62+16=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E10 is #5EC1EF. Grayscale: #565656. Windows color (decimal): -6210032 or 1064609. OLE color: 1064609.
HSL color Cylindrical-coordinate representation of color #A13E10: hue angle of 19.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A13E10 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 62 | 16 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.37 |
| HSL | 19.03º | 0.82% | 0.35% | - |
| HSV(B) | 19.03º | 0.9% | 0.63% | - |
| XYZ | 16.51 | 11.06 | 1.75 | - |
| YUV | 86.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 16 | 0 | 0.61 | 0.90 | 0.37 | 19.03 | 0.82 | 0.35 |
| Hex | A1 | 3E | 10 | 0 | 3D | 5A | 25 | 13 | 52 | 23 |
| Octal | 241 | 76 | 20 | 0 | 75 | 132 | 45 | 23 | 122 | 43 |
| Binary | 10100001 | 111110 | 10000 | 0 | 111101 | 1011010 | 100101 | 10011 | 1010010 | 100011 |
Color Harmonies of #A13E10
Complementary color
Monochromatic Colors of #A13E10
Black with #A13E10
Text Example
Text Example
White with #A13E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13E10; }
p { color: rgb(161,62,16); }
H1.HeaderClassName
{
color: #A13E10;
}
.AnyTagClassName
{
color: #A13E10;
}
</style>
background-color css
<style>
a { background-color: #A13E10; }
a { background-color: rgb(161,62,16); }
div.DivClassName
{
background-color: #A13E10;
}
.BgClassName
{
background-color: #A13E10;
}
</style>
border-color css
<style>
span { border-color: #A13E10; }
span { border-color: rgb(161,62,16); }
td.TdClassName
{
border-color: #A13E10;
}
.TagClassName
{
border-color: #A13E10;
}
</style>