Shades of Rust #A03706
Tints of Rust #A03706
RGB
CMYK
RGB Variations
Color information
#A03706 (or 0xA03706) is known color: Rust. HEX triplet: A0, 37 and 06. RGB value is (160,55,6). Sum of RGB (Red+Green+Blue) = 160+55+6=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03706 is #5FC8F9. Grayscale: #515151. Windows color (decimal): -6277370 or 407456. OLE color: 407456.
HSL color Cylindrical-coordinate representation of color #A03706: hue angle of 19.09º 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 #A03706 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 6 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.37 |
| HSL | 19.09º | 0.93% | 0.33% | - |
| HSV(B) | 19.09º | 0.96% | 0.63% | - |
| XYZ | 15.9 | 10.22 | 1.31 | - |
| YUV | 80.81 | 85.79 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 6 | 0 | 0.66 | 0.96 | 0.37 | 19.09 | 0.93 | 0.33 |
| Hex | A0 | 37 | 6 | 0 | 42 | 60 | 25 | 13 | 5D | 21 |
| Octal | 240 | 67 | 6 | 0 | 102 | 140 | 45 | 23 | 135 | 41 |
| Binary | 10100000 | 110111 | 110 | 0 | 1000010 | 1100000 | 100101 | 10011 | 1011101 | 100001 |
Color Harmonies of #A03706
Complementary color
Monochromatic Colors of #A03706
Black with #A03706
Text Example
Text Example
White with #A03706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03706; }
p { color: rgb(160,55,6); }
H1.HeaderClassName
{
color: #A03706;
}
.AnyTagClassName
{
color: #A03706;
}
</style>
background-color css
<style>
a { background-color: #A03706; }
a { background-color: rgb(160,55,6); }
div.DivClassName
{
background-color: #A03706;
}
.BgClassName
{
background-color: #A03706;
}
</style>
border-color css
<style>
span { border-color: #A03706; }
span { border-color: rgb(160,55,6); }
td.TdClassName
{
border-color: #A03706;
}
.TagClassName
{
border-color: #A03706;
}
</style>