Shades of Rust #A02604
Tints of Rust #A02604
RGB
CMYK
RGB Variations
Color information
#A02604 (or 0xA02604) is known color: Rust. HEX triplet: A0, 26 and 04. RGB value is (160,38,4). Sum of RGB (Red+Green+Blue) = 160+38+4=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A02604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02604 is #5FD9FB. Grayscale: #464646. Windows color (decimal): -6281724 or 272032. OLE color: 272032.
HSL color Cylindrical-coordinate representation of color #A02604: hue angle of 13.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A02604 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.37 |
| HSL | 13.08º | 0.95% | 0.32% | - |
| HSV(B) | 13.08º | 0.98% | 0.63% | - |
| XYZ | 15.21 | 8.87 | 1.02 | - |
| YUV | 70.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 4 | 0 | 0.76 | 0.98 | 0.37 | 13.08 | 0.95 | 0.32 |
| Hex | A0 | 26 | 4 | 0 | 4C | 62 | 25 | D | 5F | 20 |
| Octal | 240 | 46 | 4 | 0 | 114 | 142 | 45 | 15 | 137 | 40 |
| Binary | 10100000 | 100110 | 100 | 0 | 1001100 | 1100010 | 100101 | 1101 | 1011111 | 100000 |
Color Harmonies of #A02604
Complementary color
Monochromatic Colors of #A02604
Black with #A02604
Text Example
Text Example
White with #A02604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02604; }
p { color: rgb(160,38,4); }
H1.HeaderClassName
{
color: #A02604;
}
.AnyTagClassName
{
color: #A02604;
}
</style>
background-color css
<style>
a { background-color: #A02604; }
a { background-color: rgb(160,38,4); }
div.DivClassName
{
background-color: #A02604;
}
.BgClassName
{
background-color: #A02604;
}
</style>
border-color css
<style>
span { border-color: #A02604; }
span { border-color: rgb(160,38,4); }
td.TdClassName
{
border-color: #A02604;
}
.TagClassName
{
border-color: #A02604;
}
</style>