Shades of Rust #A82605
Tints of Rust #A82605
RGB
CMYK
RGB Variations
Color information
#A82605 (or 0xA82605) is known color: Rust. HEX triplet: A8, 26 and 05. RGB value is (168,38,5). Sum of RGB (Red+Green+Blue) = 168+38+5=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A82605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82605 is #57D9FA. Grayscale: #494949. Windows color (decimal): -5757435 or 337576. OLE color: 337576.
HSL color Cylindrical-coordinate representation of color #A82605: hue angle of 12.15º 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 #A82605 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.34 |
| HSL | 12.15º | 0.94% | 0.34% | - |
| HSV(B) | 12.15º | 0.97% | 0.66% | - |
| XYZ | 16.87 | 9.72 | 1.13 | - |
| YUV | 73.11 | 89.57 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 5 | 0 | 0.77 | 0.97 | 0.34 | 12.15 | 0.94 | 0.34 |
| Hex | A8 | 26 | 5 | 0 | 4D | 61 | 22 | C | 5E | 22 |
| Octal | 250 | 46 | 5 | 0 | 115 | 141 | 42 | 14 | 136 | 42 |
| Binary | 10101000 | 100110 | 101 | 0 | 1001101 | 1100001 | 100010 | 1100 | 1011110 | 100010 |
Color Harmonies of #A82605
Complementary color
Monochromatic Colors of #A82605
Black with #A82605
Text Example
Text Example
White with #A82605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82605; }
p { color: rgb(168,38,5); }
H1.HeaderClassName
{
color: #A82605;
}
.AnyTagClassName
{
color: #A82605;
}
</style>
background-color css
<style>
a { background-color: #A82605; }
a { background-color: rgb(168,38,5); }
div.DivClassName
{
background-color: #A82605;
}
.BgClassName
{
background-color: #A82605;
}
</style>
border-color css
<style>
span { border-color: #A82605; }
span { border-color: rgb(168,38,5); }
td.TdClassName
{
border-color: #A82605;
}
.TagClassName
{
border-color: #A82605;
}
</style>