Shades of Rust #A24602
Tints of Rust #A24602
RGB
CMYK
RGB Variations
Color information
#A24602 (or 0xA24602) is known color: Rust. HEX triplet: A2, 46 and 02. RGB value is (162,70,2). Sum of RGB (Red+Green+Blue) = 162+70+2=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A24602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24602 is #5DB9FD. Grayscale: #5A5A5A. Windows color (decimal): -6142462 or 149154. OLE color: 149154.
HSL color Cylindrical-coordinate representation of color #A24602: hue angle of 25.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A24602 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 70 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.36 |
| HSL | 25.5º | 0.98% | 0.32% | - |
| HSV(B) | 25.5º | 0.99% | 0.64% | - |
| XYZ | 17.1 | 12.07 | 1.49 | - |
| YUV | 89.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 2 | 0 | 0.57 | 0.99 | 0.36 | 25.5 | 0.98 | 0.32 |
| Hex | A2 | 46 | 2 | 0 | 39 | 63 | 24 | 1A | 62 | 20 |
| Octal | 242 | 106 | 2 | 0 | 71 | 143 | 44 | 32 | 142 | 40 |
| Binary | 10100010 | 1000110 | 10 | 0 | 111001 | 1100011 | 100100 | 11010 | 1100010 | 100000 |
Color Harmonies of #A24602
Complementary color
Monochromatic Colors of #A24602
Black with #A24602
Text Example
Text Example
White with #A24602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24602; }
p { color: rgb(162,70,2); }
H1.HeaderClassName
{
color: #A24602;
}
.AnyTagClassName
{
color: #A24602;
}
</style>
background-color css
<style>
a { background-color: #A24602; }
a { background-color: rgb(162,70,2); }
div.DivClassName
{
background-color: #A24602;
}
.BgClassName
{
background-color: #A24602;
}
</style>
border-color css
<style>
span { border-color: #A24602; }
span { border-color: rgb(162,70,2); }
td.TdClassName
{
border-color: #A24602;
}
.TagClassName
{
border-color: #A24602;
}
</style>