Shades of Rust #A82C05
Tints of Rust #A82C05
RGB
CMYK
RGB Variations
Color information
#A82C05 (or 0xA82C05) is known color: Rust. HEX triplet: A8, 2C and 05. RGB value is (168,44,5). Sum of RGB (Red+Green+Blue) = 168+44+5=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C05 is #57D3FA. Grayscale: #4C4C4C. Windows color (decimal): -5755899 or 339112. OLE color: 339112.
HSL color Cylindrical-coordinate representation of color #A82C05: hue angle of 14.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A82C05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 44 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.34 |
| HSL | 14.36º | 0.94% | 0.34% | - |
| HSV(B) | 14.36º | 0.97% | 0.66% | - |
| XYZ | 17.08 | 10.14 | 1.2 | - |
| YUV | 76.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 44 | 5 | 0 | 0.74 | 0.97 | 0.34 | 14.36 | 0.94 | 0.34 |
| Hex | A8 | 2C | 5 | 0 | 4A | 61 | 22 | E | 5E | 22 |
| Octal | 250 | 54 | 5 | 0 | 112 | 141 | 42 | 16 | 136 | 42 |
| Binary | 10101000 | 101100 | 101 | 0 | 1001010 | 1100001 | 100010 | 1110 | 1011110 | 100010 |
Color Harmonies of #A82C05
Complementary color
Monochromatic Colors of #A82C05
Black with #A82C05
Text Example
Text Example
White with #A82C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82C05; }
p { color: rgb(168,44,5); }
H1.HeaderClassName
{
color: #A82C05;
}
.AnyTagClassName
{
color: #A82C05;
}
</style>
background-color css
<style>
a { background-color: #A82C05; }
a { background-color: rgb(168,44,5); }
div.DivClassName
{
background-color: #A82C05;
}
.BgClassName
{
background-color: #A82C05;
}
</style>
border-color css
<style>
span { border-color: #A82C05; }
span { border-color: rgb(168,44,5); }
td.TdClassName
{
border-color: #A82C05;
}
.TagClassName
{
border-color: #A82C05;
}
</style>