Shades of Rust #A2400E
Tints of Rust #A2400E
RGB
CMYK
RGB Variations
Color information
#A2400E (or 0xA2400E) is known color: Rust. HEX triplet: A2, 40 and 0E. RGB value is (162,64,14). Sum of RGB (Red+Green+Blue) = 162+64+14=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A2400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2400E is #5DBFF1. Grayscale: #575757. Windows color (decimal): -6143986 or 934050. OLE color: 934050.
HSL color Cylindrical-coordinate representation of color #A2400E: hue angle of 20.27º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2400E is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 64 | 14 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.36 |
| HSL | 20.27º | 0.84% | 0.35% | - |
| HSV(B) | 20.27º | 0.91% | 0.64% | - |
| XYZ | 16.81 | 11.38 | 1.73 | - |
| YUV | 87.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 64 | 14 | 0 | 0.60 | 0.91 | 0.36 | 20.27 | 0.84 | 0.35 |
| Hex | A2 | 40 | E | 0 | 3C | 5B | 24 | 14 | 54 | 23 |
| Octal | 242 | 100 | 16 | 0 | 74 | 133 | 44 | 24 | 124 | 43 |
| Binary | 10100010 | 1000000 | 1110 | 0 | 111100 | 1011011 | 100100 | 10100 | 1010100 | 100011 |
Color Harmonies of #A2400E
Complementary color
Monochromatic Colors of #A2400E
Black with #A2400E
Text Example
Text Example
White with #A2400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2400E; }
p { color: rgb(162,64,14); }
H1.HeaderClassName
{
color: #A2400E;
}
.AnyTagClassName
{
color: #A2400E;
}
</style>
background-color css
<style>
a { background-color: #A2400E; }
a { background-color: rgb(162,64,14); }
div.DivClassName
{
background-color: #A2400E;
}
.BgClassName
{
background-color: #A2400E;
}
</style>
border-color css
<style>
span { border-color: #A2400E; }
span { border-color: rgb(162,64,14); }
td.TdClassName
{
border-color: #A2400E;
}
.TagClassName
{
border-color: #A2400E;
}
</style>