Shades of Rust #A2450C
Tints of Rust #A2450C
RGB
CMYK
RGB Variations
Color information
#A2450C (or 0xA2450C) is known color: Rust. HEX triplet: A2, 45 and 0C. RGB value is (162,69,12). Sum of RGB (Red+Green+Blue) = 162+69+12=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2450C is #5DBAF3. Grayscale: #5A5A5A. Windows color (decimal): -6142708 or 804258. OLE color: 804258.
HSL color Cylindrical-coordinate representation of color #A2450C: hue angle of 22.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2450C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.36 |
| HSL | 22.8º | 0.86% | 0.34% | - |
| HSV(B) | 22.8º | 0.93% | 0.64% | - |
| XYZ | 17.09 | 11.96 | 1.76 | - |
| YUV | 90.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 12 | 0 | 0.57 | 0.93 | 0.36 | 22.8 | 0.86 | 0.34 |
| Hex | A2 | 45 | C | 0 | 39 | 5D | 24 | 17 | 56 | 22 |
| Octal | 242 | 105 | 14 | 0 | 71 | 135 | 44 | 27 | 126 | 42 |
| Binary | 10100010 | 1000101 | 1100 | 0 | 111001 | 1011101 | 100100 | 10111 | 1010110 | 100010 |
Color Harmonies of #A2450C
Complementary color
Monochromatic Colors of #A2450C
Black with #A2450C
Text Example
Text Example
White with #A2450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2450C; }
p { color: rgb(162,69,12); }
H1.HeaderClassName
{
color: #A2450C;
}
.AnyTagClassName
{
color: #A2450C;
}
</style>
background-color css
<style>
a { background-color: #A2450C; }
a { background-color: rgb(162,69,12); }
div.DivClassName
{
background-color: #A2450C;
}
.BgClassName
{
background-color: #A2450C;
}
</style>
border-color css
<style>
span { border-color: #A2450C; }
span { border-color: rgb(162,69,12); }
td.TdClassName
{
border-color: #A2450C;
}
.TagClassName
{
border-color: #A2450C;
}
</style>