Shades of Rust #A03507
Tints of Rust #A03507
RGB
CMYK
RGB Variations
Color information
#A03507 (or 0xA03507) is known color: Rust. HEX triplet: A0, 35 and 07. RGB value is (160,53,7). Sum of RGB (Red+Green+Blue) = 160+53+7=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A03507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03507 is #5FCAF8. Grayscale: #505050. Windows color (decimal): -6277881 or 472480. OLE color: 472480.
HSL color Cylindrical-coordinate representation of color #A03507: hue angle of 18.04º degrees, saturation: 0.92, 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 #A03507 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.37 |
| HSL | 18.04º | 0.92% | 0.33% | - |
| HSV(B) | 18.04º | 0.96% | 0.63% | - |
| XYZ | 15.81 | 10.04 | 1.3 | - |
| YUV | 79.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 7 | 0 | 0.67 | 0.96 | 0.37 | 18.04 | 0.92 | 0.33 |
| Hex | A0 | 35 | 7 | 0 | 43 | 60 | 25 | 12 | 5C | 21 |
| Octal | 240 | 65 | 7 | 0 | 103 | 140 | 45 | 22 | 134 | 41 |
| Binary | 10100000 | 110101 | 111 | 0 | 1000011 | 1100000 | 100101 | 10010 | 1011100 | 100001 |
Color Harmonies of #A03507
Complementary color
Monochromatic Colors of #A03507
Black with #A03507
Text Example
Text Example
White with #A03507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03507; }
p { color: rgb(160,53,7); }
H1.HeaderClassName
{
color: #A03507;
}
.AnyTagClassName
{
color: #A03507;
}
</style>
background-color css
<style>
a { background-color: #A03507; }
a { background-color: rgb(160,53,7); }
div.DivClassName
{
background-color: #A03507;
}
.BgClassName
{
background-color: #A03507;
}
</style>
border-color css
<style>
span { border-color: #A03507; }
span { border-color: rgb(160,53,7); }
td.TdClassName
{
border-color: #A03507;
}
.TagClassName
{
border-color: #A03507;
}
</style>