Shades of Rust #A82C0E
Tints of Rust #A82C0E
RGB
CMYK
RGB Variations
Color information
#A82C0E (or 0xA82C0E) is known color: Rust. HEX triplet: A8, 2C and 0E. RGB value is (168,44,14). Sum of RGB (Red+Green+Blue) = 168+44+14=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C0E is #57D3F1. Grayscale: #4D4D4D. Windows color (decimal): -5755890 or 928936. OLE color: 928936.
HSL color Cylindrical-coordinate representation of color #A82C0E: hue angle of 11.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A82C0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.34 |
| HSL | 11.69º | 0.85% | 0.36% | - |
| HSV(B) | 11.69º | 0.92% | 0.66% | - |
| XYZ | 17.13 | 10.16 | 1.47 | - |
| YUV | 77.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 14 | 0 | 0.74 | 0.92 | 0.34 | 11.69 | 0.85 | 0.36 |
| Hex | A8 | 2C | E | 0 | 4A | 5C | 22 | C | 55 | 24 |
| Octal | 250 | 54 | 16 | 0 | 112 | 134 | 42 | 14 | 125 | 44 |
| Binary | 10101000 | 101100 | 1110 | 0 | 1001010 | 1011100 | 100010 | 1100 | 1010101 | 100100 |
Color Harmonies of #A82C0E
Complementary color
Monochromatic Colors of #A82C0E
Black with #A82C0E
Text Example
Text Example
White with #A82C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C0E; }
p { color: rgb(168,44,14); }
H1.HeaderClassName
{
color: #A82C0E;
}
.AnyTagClassName
{
color: #A82C0E;
}
</style>
background-color css
<style>
a { background-color: #A82C0E; }
a { background-color: rgb(168,44,14); }
div.DivClassName
{
background-color: #A82C0E;
}
.BgClassName
{
background-color: #A82C0E;
}
</style>
border-color css
<style>
span { border-color: #A82C0E; }
span { border-color: rgb(168,44,14); }
td.TdClassName
{
border-color: #A82C0E;
}
.TagClassName
{
border-color: #A82C0E;
}
</style>