Shades of Rust #A02505
Tints of Rust #A02505
RGB
CMYK
RGB Variations
Color information
#A02505 (or 0xA02505) is known color: Rust. HEX triplet: A0, 25 and 05. RGB value is (160,37,5). Sum of RGB (Red+Green+Blue) = 160+37+5=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A02505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02505 is #5FDAFA. Grayscale: #464646. Windows color (decimal): -6281979 or 337312. OLE color: 337312.
HSL color Cylindrical-coordinate representation of color #A02505: hue angle of 12.39º 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 #A02505 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.37 |
| HSL | 12.39º | 0.94% | 0.32% | - |
| HSV(B) | 12.39º | 0.97% | 0.63% | - |
| XYZ | 15.19 | 8.81 | 1.04 | - |
| YUV | 70.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 5 | 0 | 0.77 | 0.97 | 0.37 | 12.39 | 0.94 | 0.32 |
| Hex | A0 | 25 | 5 | 0 | 4D | 61 | 25 | C | 5E | 20 |
| Octal | 240 | 45 | 5 | 0 | 115 | 141 | 45 | 14 | 136 | 40 |
| Binary | 10100000 | 100101 | 101 | 0 | 1001101 | 1100001 | 100101 | 1100 | 1011110 | 100000 |
Color Harmonies of #A02505
Complementary color
Monochromatic Colors of #A02505
Black with #A02505
Text Example
Text Example
White with #A02505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02505; }
p { color: rgb(160,37,5); }
H1.HeaderClassName
{
color: #A02505;
}
.AnyTagClassName
{
color: #A02505;
}
</style>
background-color css
<style>
a { background-color: #A02505; }
a { background-color: rgb(160,37,5); }
div.DivClassName
{
background-color: #A02505;
}
.BgClassName
{
background-color: #A02505;
}
</style>
border-color css
<style>
span { border-color: #A02505; }
span { border-color: rgb(160,37,5); }
td.TdClassName
{
border-color: #A02505;
}
.TagClassName
{
border-color: #A02505;
}
</style>