Shades of Rust #A03614
Tints of Rust #A03614
RGB
CMYK
RGB Variations
Color information
#A03614 (or 0xA03614) is known color: Rust. HEX triplet: A0, 36 and 14. RGB value is (160,54,20). Sum of RGB (Red+Green+Blue) = 160+54+20=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03614 is #5FC9EB. Grayscale: #525252. Windows color (decimal): -6277612 or 1324704. OLE color: 1324704.
HSL color Cylindrical-coordinate representation of color #A03614: hue angle of 14.57º degrees, saturation: 0.78, 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 #A03614 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 20 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.37 |
| HSL | 14.57º | 0.78% | 0.35% | - |
| HSV(B) | 14.57º | 0.88% | 0.63% | - |
| XYZ | 15.94 | 10.16 | 1.78 | - |
| YUV | 81.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 20 | 0 | 0.66 | 0.88 | 0.37 | 14.57 | 0.78 | 0.35 |
| Hex | A0 | 36 | 14 | 0 | 42 | 58 | 25 | F | 4E | 23 |
| Octal | 240 | 66 | 24 | 0 | 102 | 130 | 45 | 17 | 116 | 43 |
| Binary | 10100000 | 110110 | 10100 | 0 | 1000010 | 1011000 | 100101 | 1111 | 1001110 | 100011 |
Color Harmonies of #A03614
Complementary color
Monochromatic Colors of #A03614
Black with #A03614
Text Example
Text Example
White with #A03614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03614; }
p { color: rgb(160,54,20); }
H1.HeaderClassName
{
color: #A03614;
}
.AnyTagClassName
{
color: #A03614;
}
</style>
background-color css
<style>
a { background-color: #A03614; }
a { background-color: rgb(160,54,20); }
div.DivClassName
{
background-color: #A03614;
}
.BgClassName
{
background-color: #A03614;
}
</style>
border-color css
<style>
span { border-color: #A03614; }
span { border-color: rgb(160,54,20); }
td.TdClassName
{
border-color: #A03614;
}
.TagClassName
{
border-color: #A03614;
}
</style>