Shades of Rust #A13610
Tints of Rust #A13610
RGB
CMYK
RGB Variations
Color information
#A13610 (or 0xA13610) is known color: Rust. HEX triplet: A1, 36 and 10. RGB value is (161,54,16). Sum of RGB (Red+Green+Blue) = 161+54+16=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A13610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13610 is #5EC9EF. Grayscale: #515151. Windows color (decimal): -6212080 or 1062561. OLE color: 1062561.
HSL color Cylindrical-coordinate representation of color #A13610: hue angle of 15.72º 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 #A13610 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.37 |
| HSL | 15.72º | 0.82% | 0.35% | - |
| HSV(B) | 15.72º | 0.9% | 0.63% | - |
| XYZ | 16.11 | 10.25 | 1.62 | - |
| YUV | 81.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 16 | 0 | 0.66 | 0.90 | 0.37 | 15.72 | 0.82 | 0.35 |
| Hex | A1 | 36 | 10 | 0 | 42 | 5A | 25 | 10 | 52 | 23 |
| Octal | 241 | 66 | 20 | 0 | 102 | 132 | 45 | 20 | 122 | 43 |
| Binary | 10100001 | 110110 | 10000 | 0 | 1000010 | 1011010 | 100101 | 10000 | 1010010 | 100011 |
Color Harmonies of #A13610
Complementary color
Monochromatic Colors of #A13610
Black with #A13610
Text Example
Text Example
White with #A13610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13610; }
p { color: rgb(161,54,16); }
H1.HeaderClassName
{
color: #A13610;
}
.AnyTagClassName
{
color: #A13610;
}
</style>
background-color css
<style>
a { background-color: #A13610; }
a { background-color: rgb(161,54,16); }
div.DivClassName
{
background-color: #A13610;
}
.BgClassName
{
background-color: #A13610;
}
</style>
border-color css
<style>
span { border-color: #A13610; }
span { border-color: rgb(161,54,16); }
td.TdClassName
{
border-color: #A13610;
}
.TagClassName
{
border-color: #A13610;
}
</style>