Shades of Rust #A02605
Tints of Rust #A02605
RGB
CMYK
RGB Variations
Color information
#A02605 (or 0xA02605) is known color: Rust. HEX triplet: A0, 26 and 05. RGB value is (160,38,5). Sum of RGB (Red+Green+Blue) = 160+38+5=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02605 is #5FD9FA. Grayscale: #464646. Windows color (decimal): -6281723 or 337568. OLE color: 337568.
HSL color Cylindrical-coordinate representation of color #A02605: hue angle of 12.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A02605 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.37 |
| HSL | 12.77º | 0.94% | 0.32% | - |
| HSV(B) | 12.77º | 0.97% | 0.63% | - |
| XYZ | 15.22 | 8.87 | 1.05 | - |
| YUV | 70.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 5 | 0 | 0.76 | 0.97 | 0.37 | 12.77 | 0.94 | 0.32 |
| Hex | A0 | 26 | 5 | 0 | 4C | 61 | 25 | D | 5E | 20 |
| Octal | 240 | 46 | 5 | 0 | 114 | 141 | 45 | 15 | 136 | 40 |
| Binary | 10100000 | 100110 | 101 | 0 | 1001100 | 1100001 | 100101 | 1101 | 1011110 | 100000 |
Color Harmonies of #A02605
Complementary color
Monochromatic Colors of #A02605
Black with #A02605
Text Example
Text Example
White with #A02605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02605; }
p { color: rgb(160,38,5); }
H1.HeaderClassName
{
color: #A02605;
}
.AnyTagClassName
{
color: #A02605;
}
</style>
background-color css
<style>
a { background-color: #A02605; }
a { background-color: rgb(160,38,5); }
div.DivClassName
{
background-color: #A02605;
}
.BgClassName
{
background-color: #A02605;
}
</style>
border-color css
<style>
span { border-color: #A02605; }
span { border-color: rgb(160,38,5); }
td.TdClassName
{
border-color: #A02605;
}
.TagClassName
{
border-color: #A02605;
}
</style>