Shades of Rust #A0360E
Tints of Rust #A0360E
RGB
CMYK
RGB Variations
Color information
#A0360E (or 0xA0360E) is known color: Rust. HEX triplet: A0, 36 and 0E. RGB value is (160,54,14). Sum of RGB (Red+Green+Blue) = 160+54+14=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0360E is #5FC9F1. Grayscale: #515151. Windows color (decimal): -6277618 or 931488. OLE color: 931488.
HSL color Cylindrical-coordinate representation of color #A0360E: hue angle of 16.44º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0360E is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 14 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.37 |
| HSL | 16.44º | 0.84% | 0.34% | - |
| HSV(B) | 16.44º | 0.91% | 0.63% | - |
| XYZ | 15.9 | 10.14 | 1.54 | - |
| YUV | 81.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 14 | 0 | 0.66 | 0.91 | 0.37 | 16.44 | 0.84 | 0.34 |
| Hex | A0 | 36 | E | 0 | 42 | 5B | 25 | 10 | 54 | 22 |
| Octal | 240 | 66 | 16 | 0 | 102 | 133 | 45 | 20 | 124 | 42 |
| Binary | 10100000 | 110110 | 1110 | 0 | 1000010 | 1011011 | 100101 | 10000 | 1010100 | 100010 |
Color Harmonies of #A0360E
Complementary color
Monochromatic Colors of #A0360E
Black with #A0360E
Text Example
Text Example
White with #A0360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0360E; }
p { color: rgb(160,54,14); }
H1.HeaderClassName
{
color: #A0360E;
}
.AnyTagClassName
{
color: #A0360E;
}
</style>
background-color css
<style>
a { background-color: #A0360E; }
a { background-color: rgb(160,54,14); }
div.DivClassName
{
background-color: #A0360E;
}
.BgClassName
{
background-color: #A0360E;
}
</style>
border-color css
<style>
span { border-color: #A0360E; }
span { border-color: rgb(160,54,14); }
td.TdClassName
{
border-color: #A0360E;
}
.TagClassName
{
border-color: #A0360E;
}
</style>