Shades of Rust #A24502
Tints of Rust #A24502
RGB
CMYK
RGB Variations
Color information
#A24502 (or 0xA24502) is known color: Rust. HEX triplet: A2, 45 and 02. RGB value is (162,69,2). Sum of RGB (Red+Green+Blue) = 162+69+2=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A24502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24502 is #5DBAFD. Grayscale: #595959. Windows color (decimal): -6142718 or 148898. OLE color: 148898.
HSL color Cylindrical-coordinate representation of color #A24502: hue angle of 25.12º 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 #A24502 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.36 |
| HSL | 25.13º | 0.98% | 0.32% | - |
| HSV(B) | 25.13º | 0.99% | 0.64% | - |
| XYZ | 17.04 | 11.94 | 1.46 | - |
| YUV | 89.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 2 | 0 | 0.57 | 0.99 | 0.36 | 25.13 | 0.98 | 0.32 |
| Hex | A2 | 45 | 2 | 0 | 39 | 63 | 24 | 19 | 62 | 20 |
| Octal | 242 | 105 | 2 | 0 | 71 | 143 | 44 | 31 | 142 | 40 |
| Binary | 10100010 | 1000101 | 10 | 0 | 111001 | 1100011 | 100100 | 11001 | 1100010 | 100000 |
Color Harmonies of #A24502
Complementary color
Monochromatic Colors of #A24502
Black with #A24502
Text Example
Text Example
White with #A24502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24502; }
p { color: rgb(162,69,2); }
H1.HeaderClassName
{
color: #A24502;
}
.AnyTagClassName
{
color: #A24502;
}
</style>
background-color css
<style>
a { background-color: #A24502; }
a { background-color: rgb(162,69,2); }
div.DivClassName
{
background-color: #A24502;
}
.BgClassName
{
background-color: #A24502;
}
</style>
border-color css
<style>
span { border-color: #A24502; }
span { border-color: rgb(162,69,2); }
td.TdClassName
{
border-color: #A24502;
}
.TagClassName
{
border-color: #A24502;
}
</style>