Shades of Rust #A03801
Tints of Rust #A03801
RGB
CMYK
RGB Variations
Color information
#A03801 (or 0xA03801) is known color: Rust. HEX triplet: A0, 38 and 01. RGB value is (160,56,1). Sum of RGB (Red+Green+Blue) = 160+56+1=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03801 is #5FC7FE. Grayscale: #515151. Windows color (decimal): -6277119 or 80032. OLE color: 80032.
HSL color Cylindrical-coordinate representation of color #A03801: hue angle of 20.75º 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 #A03801 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.37 |
| HSL | 20.75º | 0.99% | 0.32% | - |
| HSV(B) | 20.75º | 0.99% | 0.63% | - |
| XYZ | 15.92 | 10.3 | 1.18 | - |
| YUV | 80.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 1 | 0 | 0.65 | 0.99 | 0.37 | 20.75 | 0.99 | 0.32 |
| Hex | A0 | 38 | 1 | 0 | 41 | 63 | 25 | 15 | 63 | 20 |
| Octal | 240 | 70 | 1 | 0 | 101 | 143 | 45 | 25 | 143 | 40 |
| Binary | 10100000 | 111000 | 1 | 0 | 1000001 | 1100011 | 100101 | 10101 | 1100011 | 100000 |
Color Harmonies of #A03801
Complementary color
Monochromatic Colors of #A03801
Black with #A03801
Text Example
Text Example
White with #A03801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03801; }
p { color: rgb(160,56,1); }
H1.HeaderClassName
{
color: #A03801;
}
.AnyTagClassName
{
color: #A03801;
}
</style>
background-color css
<style>
a { background-color: #A03801; }
a { background-color: rgb(160,56,1); }
div.DivClassName
{
background-color: #A03801;
}
.BgClassName
{
background-color: #A03801;
}
</style>
border-color css
<style>
span { border-color: #A03801; }
span { border-color: rgb(160,56,1); }
td.TdClassName
{
border-color: #A03801;
}
.TagClassName
{
border-color: #A03801;
}
</style>