Shades of Rust #A03701
Tints of Rust #A03701
RGB
CMYK
RGB Variations
Color information
#A03701 (or 0xA03701) is known color: Rust. HEX triplet: A0, 37 and 01. RGB value is (160,55,1). Sum of RGB (Red+Green+Blue) = 160+55+1=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A03701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03701 is #5FC8FE. Grayscale: #505050. Windows color (decimal): -6277375 or 79776. OLE color: 79776.
HSL color Cylindrical-coordinate representation of color #A03701: hue angle of 20.38º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A03701 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.37 |
| HSL | 20.38º | 0.99% | 0.32% | - |
| HSV(B) | 20.38º | 0.99% | 0.63% | - |
| XYZ | 15.87 | 10.21 | 1.16 | - |
| YUV | 80.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 1 | 0 | 0.66 | 0.99 | 0.37 | 20.38 | 0.99 | 0.32 |
| Hex | A0 | 37 | 1 | 0 | 42 | 63 | 25 | 14 | 63 | 20 |
| Octal | 240 | 67 | 1 | 0 | 102 | 143 | 45 | 24 | 143 | 40 |
| Binary | 10100000 | 110111 | 1 | 0 | 1000010 | 1100011 | 100101 | 10100 | 1100011 | 100000 |
Color Harmonies of #A03701
Complementary color
Monochromatic Colors of #A03701
Black with #A03701
Text Example
Text Example
White with #A03701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03701; }
p { color: rgb(160,55,1); }
H1.HeaderClassName
{
color: #A03701;
}
.AnyTagClassName
{
color: #A03701;
}
</style>
background-color css
<style>
a { background-color: #A03701; }
a { background-color: rgb(160,55,1); }
div.DivClassName
{
background-color: #A03701;
}
.BgClassName
{
background-color: #A03701;
}
</style>
border-color css
<style>
span { border-color: #A03701; }
span { border-color: rgb(160,55,1); }
td.TdClassName
{
border-color: #A03701;
}
.TagClassName
{
border-color: #A03701;
}
</style>