Shades of Rust #A13606
Tints of Rust #A13606
RGB
CMYK
RGB Variations
Color information
#A13606 (or 0xA13606) is known color: Rust. HEX triplet: A1, 36 and 06. RGB value is (161,54,6). Sum of RGB (Red+Green+Blue) = 161+54+6=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A13606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13606 is #5EC9F9. Grayscale: #505050. Windows color (decimal): -6212090 or 407201. OLE color: 407201.
HSL color Cylindrical-coordinate representation of color #A13606: hue angle of 18.58º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13606 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 6 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.37 |
| HSL | 18.58º | 0.93% | 0.33% | - |
| HSV(B) | 18.58º | 0.96% | 0.63% | - |
| XYZ | 16.05 | 10.23 | 1.3 | - |
| YUV | 80.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 6 | 0 | 0.66 | 0.96 | 0.37 | 18.58 | 0.93 | 0.33 |
| Hex | A1 | 36 | 6 | 0 | 42 | 60 | 25 | 13 | 5D | 21 |
| Octal | 241 | 66 | 6 | 0 | 102 | 140 | 45 | 23 | 135 | 41 |
| Binary | 10100001 | 110110 | 110 | 0 | 1000010 | 1100000 | 100101 | 10011 | 1011101 | 100001 |
Color Harmonies of #A13606
Complementary color
Monochromatic Colors of #A13606
Black with #A13606
Text Example
Text Example
White with #A13606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13606; }
p { color: rgb(161,54,6); }
H1.HeaderClassName
{
color: #A13606;
}
.AnyTagClassName
{
color: #A13606;
}
</style>
background-color css
<style>
a { background-color: #A13606; }
a { background-color: rgb(161,54,6); }
div.DivClassName
{
background-color: #A13606;
}
.BgClassName
{
background-color: #A13606;
}
</style>
border-color css
<style>
span { border-color: #A13606; }
span { border-color: rgb(161,54,6); }
td.TdClassName
{
border-color: #A13606;
}
.TagClassName
{
border-color: #A13606;
}
</style>