Shades of Rust #A24310
Tints of Rust #A24310
RGB
CMYK
RGB Variations
Color information
#A24310 (or 0xA24310) is known color: Rust. HEX triplet: A2, 43 and 10. RGB value is (162,67,16). Sum of RGB (Red+Green+Blue) = 162+67+16=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A24310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24310 is #5DBCEF. Grayscale: #595959. Windows color (decimal): -6143216 or 1065890. OLE color: 1065890.
HSL color Cylindrical-coordinate representation of color #A24310: hue angle of 20.96º 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 #A24310 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 16 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.36 |
| HSL | 20.96º | 0.82% | 0.35% | - |
| HSV(B) | 20.96º | 0.9% | 0.64% | - |
| XYZ | 17 | 11.73 | 1.86 | - |
| YUV | 89.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 16 | 0 | 0.59 | 0.90 | 0.36 | 20.96 | 0.82 | 0.35 |
| Hex | A2 | 43 | 10 | 0 | 3B | 5A | 24 | 15 | 52 | 23 |
| Octal | 242 | 103 | 20 | 0 | 73 | 132 | 44 | 25 | 122 | 43 |
| Binary | 10100010 | 1000011 | 10000 | 0 | 111011 | 1011010 | 100100 | 10101 | 1010010 | 100011 |
Color Harmonies of #A24310
Complementary color
Monochromatic Colors of #A24310
Black with #A24310
Text Example
Text Example
White with #A24310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24310; }
p { color: rgb(162,67,16); }
H1.HeaderClassName
{
color: #A24310;
}
.AnyTagClassName
{
color: #A24310;
}
</style>
background-color css
<style>
a { background-color: #A24310; }
a { background-color: rgb(162,67,16); }
div.DivClassName
{
background-color: #A24310;
}
.BgClassName
{
background-color: #A24310;
}
</style>
border-color css
<style>
span { border-color: #A24310; }
span { border-color: rgb(162,67,16); }
td.TdClassName
{
border-color: #A24310;
}
.TagClassName
{
border-color: #A24310;
}
</style>