Shades of Rust #A03401
Tints of Rust #A03401
RGB
CMYK
RGB Variations
Color information
#A03401 (or 0xA03401) is known color: Rust. HEX triplet: A0, 34 and 01. RGB value is (160,52,1). Sum of RGB (Red+Green+Blue) = 160+52+1=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A03401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03401 is #5FCBFE. Grayscale: #4E4E4E. Windows color (decimal): -6278143 or 79008. OLE color: 79008.
HSL color Cylindrical-coordinate representation of color #A03401: hue angle of 19.25º 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 #A03401 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.37 |
| HSL | 19.25º | 0.99% | 0.32% | - |
| HSV(B) | 19.25º | 0.99% | 0.63% | - |
| XYZ | 15.73 | 9.93 | 1.12 | - |
| YUV | 78.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 1 | 0 | 0.68 | 0.99 | 0.37 | 19.25 | 0.99 | 0.32 |
| Hex | A0 | 34 | 1 | 0 | 44 | 63 | 25 | 13 | 63 | 20 |
| Octal | 240 | 64 | 1 | 0 | 104 | 143 | 45 | 23 | 143 | 40 |
| Binary | 10100000 | 110100 | 1 | 0 | 1000100 | 1100011 | 100101 | 10011 | 1100011 | 100000 |
Color Harmonies of #A03401
Complementary color
Monochromatic Colors of #A03401
Black with #A03401
Text Example
Text Example
White with #A03401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03401; }
p { color: rgb(160,52,1); }
H1.HeaderClassName
{
color: #A03401;
}
.AnyTagClassName
{
color: #A03401;
}
</style>
background-color css
<style>
a { background-color: #A03401; }
a { background-color: rgb(160,52,1); }
div.DivClassName
{
background-color: #A03401;
}
.BgClassName
{
background-color: #A03401;
}
</style>
border-color css
<style>
span { border-color: #A03401; }
span { border-color: rgb(160,52,1); }
td.TdClassName
{
border-color: #A03401;
}
.TagClassName
{
border-color: #A03401;
}
</style>