Shades of Rust #A03713
Tints of Rust #A03713
RGB
CMYK
RGB Variations
Color information
#A03713 (or 0xA03713) is known color: Rust. HEX triplet: A0, 37 and 13. RGB value is (160,55,19). Sum of RGB (Red+Green+Blue) = 160+55+19=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03713 is #5FC8EC. Grayscale: #525252. Windows color (decimal): -6277357 or 1259424. OLE color: 1259424.
HSL color Cylindrical-coordinate representation of color #A03713: hue angle of 15.32º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03713 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 19 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.37 |
| HSL | 15.32º | 0.79% | 0.35% | - |
| HSV(B) | 15.32º | 0.88% | 0.63% | - |
| XYZ | 15.98 | 10.25 | 1.75 | - |
| YUV | 82.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 19 | 0 | 0.66 | 0.88 | 0.37 | 15.32 | 0.79 | 0.35 |
| Hex | A0 | 37 | 13 | 0 | 42 | 58 | 25 | F | 4F | 23 |
| Octal | 240 | 67 | 23 | 0 | 102 | 130 | 45 | 17 | 117 | 43 |
| Binary | 10100000 | 110111 | 10011 | 0 | 1000010 | 1011000 | 100101 | 1111 | 1001111 | 100011 |
Color Harmonies of #A03713
Complementary color
Monochromatic Colors of #A03713
Black with #A03713
Text Example
Text Example
White with #A03713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03713; }
p { color: rgb(160,55,19); }
H1.HeaderClassName
{
color: #A03713;
}
.AnyTagClassName
{
color: #A03713;
}
</style>
background-color css
<style>
a { background-color: #A03713; }
a { background-color: rgb(160,55,19); }
div.DivClassName
{
background-color: #A03713;
}
.BgClassName
{
background-color: #A03713;
}
</style>
border-color css
<style>
span { border-color: #A03713; }
span { border-color: rgb(160,55,19); }
td.TdClassName
{
border-color: #A03713;
}
.TagClassName
{
border-color: #A03713;
}
</style>