Shades of Rust #A2450D
Tints of Rust #A2450D
RGB
CMYK
RGB Variations
Color information
#A2450D (or 0xA2450D) is known color: Rust. HEX triplet: A2, 45 and 0D. RGB value is (162,69,13). Sum of RGB (Red+Green+Blue) = 162+69+13=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2450D is #5DBAF2. Grayscale: #5A5A5A. Windows color (decimal): -6142707 or 869794. OLE color: 869794.
HSL color Cylindrical-coordinate representation of color #A2450D: hue angle of 22.55º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2450D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 69 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.36 |
| HSL | 22.55º | 0.85% | 0.34% | - |
| HSV(B) | 22.55º | 0.92% | 0.64% | - |
| XYZ | 17.1 | 11.97 | 1.79 | - |
| YUV | 90.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 69 | 13 | 0 | 0.57 | 0.92 | 0.36 | 22.55 | 0.85 | 0.34 |
| Hex | A2 | 45 | D | 0 | 39 | 5C | 24 | 17 | 55 | 22 |
| Octal | 242 | 105 | 15 | 0 | 71 | 134 | 44 | 27 | 125 | 42 |
| Binary | 10100010 | 1000101 | 1101 | 0 | 111001 | 1011100 | 100100 | 10111 | 1010101 | 100010 |
Color Harmonies of #A2450D
Complementary color
Monochromatic Colors of #A2450D
Black with #A2450D
Text Example
Text Example
White with #A2450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2450D; }
p { color: rgb(162,69,13); }
H1.HeaderClassName
{
color: #A2450D;
}
.AnyTagClassName
{
color: #A2450D;
}
</style>
background-color css
<style>
a { background-color: #A2450D; }
a { background-color: rgb(162,69,13); }
div.DivClassName
{
background-color: #A2450D;
}
.BgClassName
{
background-color: #A2450D;
}
</style>
border-color css
<style>
span { border-color: #A2450D; }
span { border-color: rgb(162,69,13); }
td.TdClassName
{
border-color: #A2450D;
}
.TagClassName
{
border-color: #A2450D;
}
</style>