Shades of Rust #A13709
Tints of Rust #A13709
RGB
CMYK
RGB Variations
Color information
#A13709 (or 0xA13709) is known color: Rust. HEX triplet: A1, 37 and 09. RGB value is (161,55,9). Sum of RGB (Red+Green+Blue) = 161+55+9=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A13709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13709 is #5EC8F6. Grayscale: #515151. Windows color (decimal): -6211831 or 604065. OLE color: 604065.
HSL color Cylindrical-coordinate representation of color #A13709: hue angle of 18.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A13709 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 9 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.37 |
| HSL | 18.16º | 0.89% | 0.33% | - |
| HSV(B) | 18.16º | 0.94% | 0.63% | - |
| XYZ | 16.11 | 10.33 | 1.4 | - |
| YUV | 81.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 9 | 0 | 0.66 | 0.94 | 0.37 | 18.16 | 0.89 | 0.33 |
| Hex | A1 | 37 | 9 | 0 | 42 | 5E | 25 | 12 | 59 | 21 |
| Octal | 241 | 67 | 11 | 0 | 102 | 136 | 45 | 22 | 131 | 41 |
| Binary | 10100001 | 110111 | 1001 | 0 | 1000010 | 1011110 | 100101 | 10010 | 1011001 | 100001 |
Color Harmonies of #A13709
Complementary color
Monochromatic Colors of #A13709
Black with #A13709
Text Example
Text Example
White with #A13709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13709; }
p { color: rgb(161,55,9); }
H1.HeaderClassName
{
color: #A13709;
}
.AnyTagClassName
{
color: #A13709;
}
</style>
background-color css
<style>
a { background-color: #A13709; }
a { background-color: rgb(161,55,9); }
div.DivClassName
{
background-color: #A13709;
}
.BgClassName
{
background-color: #A13709;
}
</style>
border-color css
<style>
span { border-color: #A13709; }
span { border-color: rgb(161,55,9); }
td.TdClassName
{
border-color: #A13709;
}
.TagClassName
{
border-color: #A13709;
}
</style>