Shades of Rust #A03613
Tints of Rust #A03613
RGB
CMYK
RGB Variations
Color information
#A03613 (or 0xA03613) is known color: Rust. HEX triplet: A0, 36 and 13. RGB value is (160,54,19). Sum of RGB (Red+Green+Blue) = 160+54+19=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03613 is #5FC9EC. Grayscale: #515151. Windows color (decimal): -6277613 or 1259168. OLE color: 1259168.
HSL color Cylindrical-coordinate representation of color #A03613: hue angle of 14.89º 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 #A03613 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 19 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.37 |
| HSL | 14.89º | 0.79% | 0.35% | - |
| HSV(B) | 14.89º | 0.88% | 0.63% | - |
| XYZ | 15.93 | 10.16 | 1.74 | - |
| YUV | 81.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 19 | 0 | 0.66 | 0.88 | 0.37 | 14.89 | 0.79 | 0.35 |
| Hex | A0 | 36 | 13 | 0 | 42 | 58 | 25 | F | 4F | 23 |
| Octal | 240 | 66 | 23 | 0 | 102 | 130 | 45 | 17 | 117 | 43 |
| Binary | 10100000 | 110110 | 10011 | 0 | 1000010 | 1011000 | 100101 | 1111 | 1001111 | 100011 |
Color Harmonies of #A03613
Complementary color
Monochromatic Colors of #A03613
Black with #A03613
Text Example
Text Example
White with #A03613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03613; }
p { color: rgb(160,54,19); }
H1.HeaderClassName
{
color: #A03613;
}
.AnyTagClassName
{
color: #A03613;
}
</style>
background-color css
<style>
a { background-color: #A03613; }
a { background-color: rgb(160,54,19); }
div.DivClassName
{
background-color: #A03613;
}
.BgClassName
{
background-color: #A03613;
}
</style>
border-color css
<style>
span { border-color: #A03613; }
span { border-color: rgb(160,54,19); }
td.TdClassName
{
border-color: #A03613;
}
.TagClassName
{
border-color: #A03613;
}
</style>