Shades of Rust #A7390E
Tints of Rust #A7390E
RGB
CMYK
RGB Variations
Color information
#A7390E (or 0xA7390E) is known color: Rust. HEX triplet: A7, 39 and 0E. RGB value is (167,57,14). Sum of RGB (Red+Green+Blue) = 167+57+14=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A7390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7390E is #58C6F1. Grayscale: #555555. Windows color (decimal): -5818098 or 932263. OLE color: 932263.
HSL color Cylindrical-coordinate representation of color #A7390E: hue angle of 16.86º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7390E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.35 |
| HSL | 16.86º | 0.85% | 0.35% | - |
| HSV(B) | 16.86º | 0.92% | 0.65% | - |
| XYZ | 17.48 | 11.17 | 1.65 | - |
| YUV | 84.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 14 | 0 | 0.66 | 0.92 | 0.35 | 16.86 | 0.85 | 0.35 |
| Hex | A7 | 39 | E | 0 | 42 | 5C | 23 | 11 | 55 | 23 |
| Octal | 247 | 71 | 16 | 0 | 102 | 134 | 43 | 21 | 125 | 43 |
| Binary | 10100111 | 111001 | 1110 | 0 | 1000010 | 1011100 | 100011 | 10001 | 1010101 | 100011 |
Color Harmonies of #A7390E
Complementary color
Monochromatic Colors of #A7390E
Black with #A7390E
Text Example
Text Example
White with #A7390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7390E; }
p { color: rgb(167,57,14); }
H1.HeaderClassName
{
color: #A7390E;
}
.AnyTagClassName
{
color: #A7390E;
}
</style>
background-color css
<style>
a { background-color: #A7390E; }
a { background-color: rgb(167,57,14); }
div.DivClassName
{
background-color: #A7390E;
}
.BgClassName
{
background-color: #A7390E;
}
</style>
border-color css
<style>
span { border-color: #A7390E; }
span { border-color: rgb(167,57,14); }
td.TdClassName
{
border-color: #A7390E;
}
.TagClassName
{
border-color: #A7390E;
}
</style>