Shades of Rust #A0330A
Tints of Rust #A0330A
RGB
CMYK
RGB Variations
Color information
#A0330A (or 0xA0330A) is known color: Rust. HEX triplet: A0, 33 and 0A. RGB value is (160,51,10). Sum of RGB (Red+Green+Blue) = 160+51+10=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0330A is #5FCCF5. Grayscale: #4F4F4F. Windows color (decimal): -6278390 or 668576. OLE color: 668576.
HSL color Cylindrical-coordinate representation of color #A0330A: hue angle of 16.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0330A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.37 |
| HSL | 16.4º | 0.88% | 0.33% | - |
| HSV(B) | 16.4º | 0.94% | 0.63% | - |
| XYZ | 15.74 | 9.86 | 1.36 | - |
| YUV | 78.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 10 | 0 | 0.68 | 0.94 | 0.37 | 16.4 | 0.88 | 0.33 |
| Hex | A0 | 33 | A | 0 | 44 | 5E | 25 | 10 | 58 | 21 |
| Octal | 240 | 63 | 12 | 0 | 104 | 136 | 45 | 20 | 130 | 41 |
| Binary | 10100000 | 110011 | 1010 | 0 | 1000100 | 1011110 | 100101 | 10000 | 1011000 | 100001 |
Color Harmonies of #A0330A
Complementary color
Monochromatic Colors of #A0330A
Black with #A0330A
Text Example
Text Example
White with #A0330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0330A; }
p { color: rgb(160,51,10); }
H1.HeaderClassName
{
color: #A0330A;
}
.AnyTagClassName
{
color: #A0330A;
}
</style>
background-color css
<style>
a { background-color: #A0330A; }
a { background-color: rgb(160,51,10); }
div.DivClassName
{
background-color: #A0330A;
}
.BgClassName
{
background-color: #A0330A;
}
</style>
border-color css
<style>
span { border-color: #A0330A; }
span { border-color: rgb(160,51,10); }
td.TdClassName
{
border-color: #A0330A;
}
.TagClassName
{
border-color: #A0330A;
}
</style>