Shades of Rust #A7360A
Tints of Rust #A7360A
RGB
CMYK
RGB Variations
Color information
#A7360A (or 0xA7360A) is known color: Rust. HEX triplet: A7, 36 and 0A. RGB value is (167,54,10). Sum of RGB (Red+Green+Blue) = 167+54+10=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7360A is #58C9F5. Grayscale: #535353. Windows color (decimal): -5818870 or 669351. OLE color: 669351.
HSL color Cylindrical-coordinate representation of color #A7360A: hue angle of 16.82º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7360A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.35 |
| HSL | 16.82º | 0.89% | 0.35% | - |
| HSV(B) | 16.82º | 0.94% | 0.65% | - |
| XYZ | 17.31 | 10.88 | 1.47 | - |
| YUV | 82.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 10 | 0 | 0.68 | 0.94 | 0.35 | 16.82 | 0.89 | 0.35 |
| Hex | A7 | 36 | A | 0 | 44 | 5E | 23 | 11 | 59 | 23 |
| Octal | 247 | 66 | 12 | 0 | 104 | 136 | 43 | 21 | 131 | 43 |
| Binary | 10100111 | 110110 | 1010 | 0 | 1000100 | 1011110 | 100011 | 10001 | 1011001 | 100011 |
Color Harmonies of #A7360A
Complementary color
Monochromatic Colors of #A7360A
Black with #A7360A
Text Example
Text Example
White with #A7360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7360A; }
p { color: rgb(167,54,10); }
H1.HeaderClassName
{
color: #A7360A;
}
.AnyTagClassName
{
color: #A7360A;
}
</style>
background-color css
<style>
a { background-color: #A7360A; }
a { background-color: rgb(167,54,10); }
div.DivClassName
{
background-color: #A7360A;
}
.BgClassName
{
background-color: #A7360A;
}
</style>
border-color css
<style>
span { border-color: #A7360A; }
span { border-color: rgb(167,54,10); }
td.TdClassName
{
border-color: #A7360A;
}
.TagClassName
{
border-color: #A7360A;
}
</style>