Shades of Rust #A24010
Tints of Rust #A24010
RGB
CMYK
RGB Variations
Color information
#A24010 (or 0xA24010) is known color: Rust. HEX triplet: A2, 40 and 10. RGB value is (162,64,16). Sum of RGB (Red+Green+Blue) = 162+64+16=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A24010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24010 is #5DBFEF. Grayscale: #585858. Windows color (decimal): -6143984 or 1065122. OLE color: 1065122.
HSL color Cylindrical-coordinate representation of color #A24010: hue angle of 19.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A24010 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.36 |
| HSL | 19.73º | 0.82% | 0.35% | - |
| HSV(B) | 19.73º | 0.9% | 0.64% | - |
| XYZ | 16.83 | 11.39 | 1.8 | - |
| YUV | 87.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 16 | 0 | 0.60 | 0.90 | 0.36 | 19.73 | 0.82 | 0.35 |
| Hex | A2 | 40 | 10 | 0 | 3C | 5A | 24 | 14 | 52 | 23 |
| Octal | 242 | 100 | 20 | 0 | 74 | 132 | 44 | 24 | 122 | 43 |
| Binary | 10100010 | 1000000 | 10000 | 0 | 111100 | 1011010 | 100100 | 10100 | 1010010 | 100011 |
Color Harmonies of #A24010
Complementary color
Monochromatic Colors of #A24010
Black with #A24010
Text Example
Text Example
White with #A24010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24010; }
p { color: rgb(162,64,16); }
H1.HeaderClassName
{
color: #A24010;
}
.AnyTagClassName
{
color: #A24010;
}
</style>
background-color css
<style>
a { background-color: #A24010; }
a { background-color: rgb(162,64,16); }
div.DivClassName
{
background-color: #A24010;
}
.BgClassName
{
background-color: #A24010;
}
</style>
border-color css
<style>
span { border-color: #A24010; }
span { border-color: rgb(162,64,16); }
td.TdClassName
{
border-color: #A24010;
}
.TagClassName
{
border-color: #A24010;
}
</style>