Shades of Rust #A0330C
Tints of Rust #A0330C
RGB
CMYK
RGB Variations
Color information
#A0330C (or 0xA0330C) is known color: Rust. HEX triplet: A0, 33 and 0C. RGB value is (160,51,12). Sum of RGB (Red+Green+Blue) = 160+51+12=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0330C is #5FCCF3. Grayscale: #4F4F4F. Windows color (decimal): -6278388 or 799648. OLE color: 799648.
HSL color Cylindrical-coordinate representation of color #A0330C: hue angle of 15.81º 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 #A0330C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.37 |
| HSL | 15.81º | 0.86% | 0.34% | - |
| HSV(B) | 15.81º | 0.93% | 0.63% | - |
| XYZ | 15.75 | 9.87 | 1.42 | - |
| YUV | 79.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 12 | 0 | 0.68 | 0.93 | 0.37 | 15.81 | 0.86 | 0.34 |
| Hex | A0 | 33 | C | 0 | 44 | 5D | 25 | 10 | 56 | 22 |
| Octal | 240 | 63 | 14 | 0 | 104 | 135 | 45 | 20 | 126 | 42 |
| Binary | 10100000 | 110011 | 1100 | 0 | 1000100 | 1011101 | 100101 | 10000 | 1010110 | 100010 |
Color Harmonies of #A0330C
Complementary color
Monochromatic Colors of #A0330C
Black with #A0330C
Text Example
Text Example
White with #A0330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0330C; }
p { color: rgb(160,51,12); }
H1.HeaderClassName
{
color: #A0330C;
}
.AnyTagClassName
{
color: #A0330C;
}
</style>
background-color css
<style>
a { background-color: #A0330C; }
a { background-color: rgb(160,51,12); }
div.DivClassName
{
background-color: #A0330C;
}
.BgClassName
{
background-color: #A0330C;
}
</style>
border-color css
<style>
span { border-color: #A0330C; }
span { border-color: rgb(160,51,12); }
td.TdClassName
{
border-color: #A0330C;
}
.TagClassName
{
border-color: #A0330C;
}
</style>