Shades of Rust #A02C0E
Tints of Rust #A02C0E
RGB
CMYK
RGB Variations
Color information
#A02C0E (or 0xA02C0E) is known color: Rust. HEX triplet: A0, 2C and 0E. RGB value is (160,44,14). Sum of RGB (Red+Green+Blue) = 160+44+14=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C0E is #5FD3F1. Grayscale: #4B4B4B. Windows color (decimal): -6280178 or 928928. OLE color: 928928.
HSL color Cylindrical-coordinate representation of color #A02C0E: hue angle of 12.33º degrees, saturation: 0.84, 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 #A02C0E is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 14 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.37 |
| HSL | 12.33º | 0.84% | 0.34% | - |
| HSV(B) | 12.33º | 0.91% | 0.63% | - |
| XYZ | 15.48 | 9.31 | 1.4 | - |
| YUV | 75.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 14 | 0 | 0.72 | 0.91 | 0.37 | 12.33 | 0.84 | 0.34 |
| Hex | A0 | 2C | E | 0 | 48 | 5B | 25 | C | 54 | 22 |
| Octal | 240 | 54 | 16 | 0 | 110 | 133 | 45 | 14 | 124 | 42 |
| Binary | 10100000 | 101100 | 1110 | 0 | 1001000 | 1011011 | 100101 | 1100 | 1010100 | 100010 |
Color Harmonies of #A02C0E
Complementary color
Monochromatic Colors of #A02C0E
Black with #A02C0E
Text Example
Text Example
White with #A02C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C0E; }
p { color: rgb(160,44,14); }
H1.HeaderClassName
{
color: #A02C0E;
}
.AnyTagClassName
{
color: #A02C0E;
}
</style>
background-color css
<style>
a { background-color: #A02C0E; }
a { background-color: rgb(160,44,14); }
div.DivClassName
{
background-color: #A02C0E;
}
.BgClassName
{
background-color: #A02C0E;
}
</style>
border-color css
<style>
span { border-color: #A02C0E; }
span { border-color: rgb(160,44,14); }
td.TdClassName
{
border-color: #A02C0E;
}
.TagClassName
{
border-color: #A02C0E;
}
</style>