Shades of Rust #A24312
Tints of Rust #A24312
RGB
CMYK
RGB Variations
Color information
#A24312 (or 0xA24312) is known color: Rust. HEX triplet: A2, 43 and 12. RGB value is (162,67,18). Sum of RGB (Red+Green+Blue) = 162+67+18=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A24312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24312 is #5DBCED. Grayscale: #5A5A5A. Windows color (decimal): -6143214 or 1196962. OLE color: 1196962.
HSL color Cylindrical-coordinate representation of color #A24312: hue angle of 20.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A24312 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 67 | 18 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.36 |
| HSL | 20.42º | 0.8% | 0.35% | - |
| HSV(B) | 20.42º | 0.89% | 0.64% | - |
| XYZ | 17.02 | 11.74 | 1.94 | - |
| YUV | 89.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 67 | 18 | 0 | 0.59 | 0.89 | 0.36 | 20.42 | 0.8 | 0.35 |
| Hex | A2 | 43 | 12 | 0 | 3B | 59 | 24 | 14 | 50 | 23 |
| Octal | 242 | 103 | 22 | 0 | 73 | 131 | 44 | 24 | 120 | 43 |
| Binary | 10100010 | 1000011 | 10010 | 0 | 111011 | 1011001 | 100100 | 10100 | 1010000 | 100011 |
Color Harmonies of #A24312
Complementary color
Monochromatic Colors of #A24312
Black with #A24312
Text Example
Text Example
White with #A24312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24312; }
p { color: rgb(162,67,18); }
H1.HeaderClassName
{
color: #A24312;
}
.AnyTagClassName
{
color: #A24312;
}
</style>
background-color css
<style>
a { background-color: #A24312; }
a { background-color: rgb(162,67,18); }
div.DivClassName
{
background-color: #A24312;
}
.BgClassName
{
background-color: #A24312;
}
</style>
border-color css
<style>
span { border-color: #A24312; }
span { border-color: rgb(162,67,18); }
td.TdClassName
{
border-color: #A24312;
}
.TagClassName
{
border-color: #A24312;
}
</style>