Shades of Rust #A7391B
Tints of Rust #A7391B
RGB
CMYK
RGB Variations
Color information
#A7391B (or 0xA7391B) is known color: Rust. HEX triplet: A7, 39 and 1B. RGB value is (167,57,27). Sum of RGB (Red+Green+Blue) = 167+57+27=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7391B is #58C6E4. Grayscale: #565656. Windows color (decimal): -5818085 or 1784231. OLE color: 1784231.
HSL color Cylindrical-coordinate representation of color #A7391B: hue angle of 12.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7391B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 57 | 27 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.35 |
| HSL | 12.86º | 0.72% | 0.38% | - |
| HSV(B) | 12.86º | 0.84% | 0.65% | - |
| XYZ | 17.6 | 11.22 | 2.28 | - |
| YUV | 86.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 57 | 27 | 0 | 0.66 | 0.84 | 0.35 | 12.86 | 0.72 | 0.38 |
| Hex | A7 | 39 | 1B | 0 | 42 | 54 | 23 | D | 48 | 26 |
| Octal | 247 | 71 | 33 | 0 | 102 | 124 | 43 | 15 | 110 | 46 |
| Binary | 10100111 | 111001 | 11011 | 0 | 1000010 | 1010100 | 100011 | 1101 | 1001000 | 100110 |
Color Harmonies of #A7391B
Complementary color
Monochromatic Colors of #A7391B
Black with #A7391B
Text Example
Text Example
White with #A7391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7391B; }
p { color: rgb(167,57,27); }
H1.HeaderClassName
{
color: #A7391B;
}
.AnyTagClassName
{
color: #A7391B;
}
</style>
background-color css
<style>
a { background-color: #A7391B; }
a { background-color: rgb(167,57,27); }
div.DivClassName
{
background-color: #A7391B;
}
.BgClassName
{
background-color: #A7391B;
}
</style>
border-color css
<style>
span { border-color: #A7391B; }
span { border-color: rgb(167,57,27); }
td.TdClassName
{
border-color: #A7391B;
}
.TagClassName
{
border-color: #A7391B;
}
</style>