Shades of Rust #A0320C
Tints of Rust #A0320C
RGB
CMYK
RGB Variations
Color information
#A0320C (or 0xA0320C) is known color: Rust. HEX triplet: A0, 32 and 0C. RGB value is (160,50,12). Sum of RGB (Red+Green+Blue) = 160+50+12=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0320C is #5FCDF3. Grayscale: #4E4E4E. Windows color (decimal): -6278644 or 799392. OLE color: 799392.
HSL color Cylindrical-coordinate representation of color #A0320C: hue angle of 15.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0320C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.37 |
| HSL | 15.41º | 0.86% | 0.34% | - |
| HSV(B) | 15.41º | 0.93% | 0.63% | - |
| XYZ | 15.7 | 9.78 | 1.41 | - |
| YUV | 78.56 | 90.44 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 12 | 0 | 0.69 | 0.93 | 0.37 | 15.41 | 0.86 | 0.34 |
| Hex | A0 | 32 | C | 0 | 45 | 5D | 25 | F | 56 | 22 |
| Octal | 240 | 62 | 14 | 0 | 105 | 135 | 45 | 17 | 126 | 42 |
| Binary | 10100000 | 110010 | 1100 | 0 | 1000101 | 1011101 | 100101 | 1111 | 1010110 | 100010 |
Color Harmonies of #A0320C
Complementary color
Monochromatic Colors of #A0320C
Black with #A0320C
Text Example
Text Example
White with #A0320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0320C; }
p { color: rgb(160,50,12); }
H1.HeaderClassName
{
color: #A0320C;
}
.AnyTagClassName
{
color: #A0320C;
}
</style>
background-color css
<style>
a { background-color: #A0320C; }
a { background-color: rgb(160,50,12); }
div.DivClassName
{
background-color: #A0320C;
}
.BgClassName
{
background-color: #A0320C;
}
</style>
border-color css
<style>
span { border-color: #A0320C; }
span { border-color: rgb(160,50,12); }
td.TdClassName
{
border-color: #A0320C;
}
.TagClassName
{
border-color: #A0320C;
}
</style>