Shades of Rust #A2380D
Tints of Rust #A2380D
RGB
CMYK
RGB Variations
Color information
#A2380D (or 0xA2380D) is known color: Rust. HEX triplet: A2, 38 and 0D. RGB value is (162,56,13). Sum of RGB (Red+Green+Blue) = 162+56+13=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2380D is #5DC7F2. Grayscale: #535353. Windows color (decimal): -6146035 or 866466. OLE color: 866466.
HSL color Cylindrical-coordinate representation of color #A2380D: hue angle of 17.32º 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 #A2380D is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 13 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.36 |
| HSL | 17.32º | 0.85% | 0.34% | - |
| HSV(B) | 17.32º | 0.92% | 0.64% | - |
| XYZ | 16.39 | 10.54 | 1.55 | - |
| YUV | 82.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 13 | 0 | 0.65 | 0.92 | 0.36 | 17.32 | 0.85 | 0.34 |
| Hex | A2 | 38 | D | 0 | 41 | 5C | 24 | 11 | 55 | 22 |
| Octal | 242 | 70 | 15 | 0 | 101 | 134 | 44 | 21 | 125 | 42 |
| Binary | 10100010 | 111000 | 1101 | 0 | 1000001 | 1011100 | 100100 | 10001 | 1010101 | 100010 |
Color Harmonies of #A2380D
Complementary color
Monochromatic Colors of #A2380D
Black with #A2380D
Text Example
Text Example
White with #A2380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2380D; }
p { color: rgb(162,56,13); }
H1.HeaderClassName
{
color: #A2380D;
}
.AnyTagClassName
{
color: #A2380D;
}
</style>
background-color css
<style>
a { background-color: #A2380D; }
a { background-color: rgb(162,56,13); }
div.DivClassName
{
background-color: #A2380D;
}
.BgClassName
{
background-color: #A2380D;
}
</style>
border-color css
<style>
span { border-color: #A2380D; }
span { border-color: rgb(162,56,13); }
td.TdClassName
{
border-color: #A2380D;
}
.TagClassName
{
border-color: #A2380D;
}
</style>