Shades of Rust #A0320F
Tints of Rust #A0320F
RGB
CMYK
RGB Variations
Color information
#A0320F (or 0xA0320F) is known color: Rust. HEX triplet: A0, 32 and 0F. RGB value is (160,50,15). Sum of RGB (Red+Green+Blue) = 160+50+15=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0320F is #5FCDF0. Grayscale: #4F4F4F. Windows color (decimal): -6278641 or 996000. OLE color: 996000.
HSL color Cylindrical-coordinate representation of color #A0320F: hue angle of 14.48º degrees, saturation: 0.83, 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 #A0320F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.37 |
| HSL | 14.48º | 0.83% | 0.34% | - |
| HSV(B) | 14.48º | 0.91% | 0.63% | - |
| XYZ | 15.72 | 9.79 | 1.51 | - |
| YUV | 78.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 15 | 0 | 0.69 | 0.91 | 0.37 | 14.48 | 0.83 | 0.34 |
| Hex | A0 | 32 | F | 0 | 45 | 5B | 25 | E | 53 | 22 |
| Octal | 240 | 62 | 17 | 0 | 105 | 133 | 45 | 16 | 123 | 42 |
| Binary | 10100000 | 110010 | 1111 | 0 | 1000101 | 1011011 | 100101 | 1110 | 1010011 | 100010 |
Color Harmonies of #A0320F
Complementary color
Monochromatic Colors of #A0320F
Black with #A0320F
Text Example
Text Example
White with #A0320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0320F; }
p { color: rgb(160,50,15); }
H1.HeaderClassName
{
color: #A0320F;
}
.AnyTagClassName
{
color: #A0320F;
}
</style>
background-color css
<style>
a { background-color: #A0320F; }
a { background-color: rgb(160,50,15); }
div.DivClassName
{
background-color: #A0320F;
}
.BgClassName
{
background-color: #A0320F;
}
</style>
border-color css
<style>
span { border-color: #A0320F; }
span { border-color: rgb(160,50,15); }
td.TdClassName
{
border-color: #A0320F;
}
.TagClassName
{
border-color: #A0320F;
}
</style>