Shades of Rust #A2440B
Tints of Rust #A2440B
RGB
CMYK
RGB Variations
Color information
#A2440B (or 0xA2440B) is known color: Rust. HEX triplet: A2, 44 and 0B. RGB value is (162,68,11). Sum of RGB (Red+Green+Blue) = 162+68+11=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2440B is #5DBBF4. Grayscale: #595959. Windows color (decimal): -6142965 or 738466. OLE color: 738466.
HSL color Cylindrical-coordinate representation of color #A2440B: hue angle of 22.65º degrees, saturation: 0.87, 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 #A2440B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 68 | 11 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.36 |
| HSL | 22.65º | 0.87% | 0.34% | - |
| HSV(B) | 22.65º | 0.93% | 0.64% | - |
| XYZ | 17.03 | 11.84 | 1.7 | - |
| YUV | 89.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 68 | 11 | 0 | 0.58 | 0.93 | 0.36 | 22.65 | 0.87 | 0.34 |
| Hex | A2 | 44 | B | 0 | 3A | 5D | 24 | 17 | 57 | 22 |
| Octal | 242 | 104 | 13 | 0 | 72 | 135 | 44 | 27 | 127 | 42 |
| Binary | 10100010 | 1000100 | 1011 | 0 | 111010 | 1011101 | 100100 | 10111 | 1010111 | 100010 |
Color Harmonies of #A2440B
Complementary color
Monochromatic Colors of #A2440B
Black with #A2440B
Text Example
Text Example
White with #A2440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2440B; }
p { color: rgb(162,68,11); }
H1.HeaderClassName
{
color: #A2440B;
}
.AnyTagClassName
{
color: #A2440B;
}
</style>
background-color css
<style>
a { background-color: #A2440B; }
a { background-color: rgb(162,68,11); }
div.DivClassName
{
background-color: #A2440B;
}
.BgClassName
{
background-color: #A2440B;
}
</style>
border-color css
<style>
span { border-color: #A2440B; }
span { border-color: rgb(162,68,11); }
td.TdClassName
{
border-color: #A2440B;
}
.TagClassName
{
border-color: #A2440B;
}
</style>