Shades of Rust #A2380E
Tints of Rust #A2380E
RGB
CMYK
RGB Variations
Color information
#A2380E (or 0xA2380E) is known color: Rust. HEX triplet: A2, 38 and 0E. RGB value is (162,56,14). Sum of RGB (Red+Green+Blue) = 162+56+14=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A2380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2380E is #5DC7F1. Grayscale: #535353. Windows color (decimal): -6146034 or 932002. OLE color: 932002.
HSL color Cylindrical-coordinate representation of color #A2380E: hue angle of 17.03º 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 #A2380E is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 14 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.36 |
| HSL | 17.03º | 0.84% | 0.35% | - |
| HSV(B) | 17.03º | 0.91% | 0.64% | - |
| XYZ | 16.39 | 10.54 | 1.59 | - |
| YUV | 82.91 | 89.12 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 14 | 0 | 0.65 | 0.91 | 0.36 | 17.03 | 0.84 | 0.35 |
| Hex | A2 | 38 | E | 0 | 41 | 5B | 24 | 11 | 54 | 23 |
| Octal | 242 | 70 | 16 | 0 | 101 | 133 | 44 | 21 | 124 | 43 |
| Binary | 10100010 | 111000 | 1110 | 0 | 1000001 | 1011011 | 100100 | 10001 | 1010100 | 100011 |
Color Harmonies of #A2380E
Complementary color
Monochromatic Colors of #A2380E
Black with #A2380E
Text Example
Text Example
White with #A2380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2380E; }
p { color: rgb(162,56,14); }
H1.HeaderClassName
{
color: #A2380E;
}
.AnyTagClassName
{
color: #A2380E;
}
</style>
background-color css
<style>
a { background-color: #A2380E; }
a { background-color: rgb(162,56,14); }
div.DivClassName
{
background-color: #A2380E;
}
.BgClassName
{
background-color: #A2380E;
}
</style>
border-color css
<style>
span { border-color: #A2380E; }
span { border-color: rgb(162,56,14); }
td.TdClassName
{
border-color: #A2380E;
}
.TagClassName
{
border-color: #A2380E;
}
</style>