Shades of Rust #A02C0D
Tints of Rust #A02C0D
RGB
CMYK
RGB Variations
Color information
#A02C0D (or 0xA02C0D) is known color: Rust. HEX triplet: A0, 2C and 0D. RGB value is (160,44,13). Sum of RGB (Red+Green+Blue) = 160+44+13=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C0D is #5FD3F2. Grayscale: #4B4B4B. Windows color (decimal): -6280179 or 863392. OLE color: 863392.
HSL color Cylindrical-coordinate representation of color #A02C0D: hue angle of 12.65º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A02C0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 13 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.37 |
| HSL | 12.65º | 0.85% | 0.34% | - |
| HSV(B) | 12.65º | 0.92% | 0.63% | - |
| XYZ | 15.47 | 9.3 | 1.36 | - |
| YUV | 75.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 13 | 0 | 0.72 | 0.92 | 0.37 | 12.65 | 0.85 | 0.34 |
| Hex | A0 | 2C | D | 0 | 48 | 5C | 25 | D | 55 | 22 |
| Octal | 240 | 54 | 15 | 0 | 110 | 134 | 45 | 15 | 125 | 42 |
| Binary | 10100000 | 101100 | 1101 | 0 | 1001000 | 1011100 | 100101 | 1101 | 1010101 | 100010 |
Color Harmonies of #A02C0D
Complementary color
Monochromatic Colors of #A02C0D
Black with #A02C0D
Text Example
Text Example
White with #A02C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C0D; }
p { color: rgb(160,44,13); }
H1.HeaderClassName
{
color: #A02C0D;
}
.AnyTagClassName
{
color: #A02C0D;
}
</style>
background-color css
<style>
a { background-color: #A02C0D; }
a { background-color: rgb(160,44,13); }
div.DivClassName
{
background-color: #A02C0D;
}
.BgClassName
{
background-color: #A02C0D;
}
</style>
border-color css
<style>
span { border-color: #A02C0D; }
span { border-color: rgb(160,44,13); }
td.TdClassName
{
border-color: #A02C0D;
}
.TagClassName
{
border-color: #A02C0D;
}
</style>