Shades of Rust #A13706
Tints of Rust #A13706
RGB
CMYK
RGB Variations
Color information
#A13706 (or 0xA13706) is known color: Rust. HEX triplet: A1, 37 and 06. RGB value is (161,55,6). Sum of RGB (Red+Green+Blue) = 161+55+6=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A13706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13706 is #5EC8F9. Grayscale: #515151. Windows color (decimal): -6211834 or 407457. OLE color: 407457.
HSL color Cylindrical-coordinate representation of color #A13706: hue angle of 18.97º 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 #A13706 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 6 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.37 |
| HSL | 18.97º | 0.93% | 0.33% | - |
| HSV(B) | 18.97º | 0.96% | 0.63% | - |
| XYZ | 16.1 | 10.32 | 1.32 | - |
| YUV | 81.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 6 | 0 | 0.66 | 0.96 | 0.37 | 18.97 | 0.93 | 0.33 |
| Hex | A1 | 37 | 6 | 0 | 42 | 60 | 25 | 13 | 5D | 21 |
| Octal | 241 | 67 | 6 | 0 | 102 | 140 | 45 | 23 | 135 | 41 |
| Binary | 10100001 | 110111 | 110 | 0 | 1000010 | 1100000 | 100101 | 10011 | 1011101 | 100001 |
Color Harmonies of #A13706
Complementary color
Monochromatic Colors of #A13706
Black with #A13706
Text Example
Text Example
White with #A13706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13706; }
p { color: rgb(161,55,6); }
H1.HeaderClassName
{
color: #A13706;
}
.AnyTagClassName
{
color: #A13706;
}
</style>
background-color css
<style>
a { background-color: #A13706; }
a { background-color: rgb(161,55,6); }
div.DivClassName
{
background-color: #A13706;
}
.BgClassName
{
background-color: #A13706;
}
</style>
border-color css
<style>
span { border-color: #A13706; }
span { border-color: rgb(161,55,6); }
td.TdClassName
{
border-color: #A13706;
}
.TagClassName
{
border-color: #A13706;
}
</style>