Shades of Rust #A7350C
Tints of Rust #A7350C
RGB
CMYK
RGB Variations
Color information
#A7350C (or 0xA7350C) is known color: Rust. HEX triplet: A7, 35 and 0C. RGB value is (167,53,12). Sum of RGB (Red+Green+Blue) = 167+53+12=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A7350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7350C is #58CAF3. Grayscale: #525252. Windows color (decimal): -5819124 or 800167. OLE color: 800167.
HSL color Cylindrical-coordinate representation of color #A7350C: hue angle of 15.87º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7350C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 53 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.35 |
| HSL | 15.87º | 0.87% | 0.35% | - |
| HSV(B) | 15.87º | 0.93% | 0.65% | - |
| XYZ | 17.28 | 10.79 | 1.52 | - |
| YUV | 82.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 53 | 12 | 0 | 0.68 | 0.93 | 0.35 | 15.87 | 0.87 | 0.35 |
| Hex | A7 | 35 | C | 0 | 44 | 5D | 23 | 10 | 57 | 23 |
| Octal | 247 | 65 | 14 | 0 | 104 | 135 | 43 | 20 | 127 | 43 |
| Binary | 10100111 | 110101 | 1100 | 0 | 1000100 | 1011101 | 100011 | 10000 | 1010111 | 100011 |
Color Harmonies of #A7350C
Complementary color
Monochromatic Colors of #A7350C
Black with #A7350C
Text Example
Text Example
White with #A7350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7350C; }
p { color: rgb(167,53,12); }
H1.HeaderClassName
{
color: #A7350C;
}
.AnyTagClassName
{
color: #A7350C;
}
</style>
background-color css
<style>
a { background-color: #A7350C; }
a { background-color: rgb(167,53,12); }
div.DivClassName
{
background-color: #A7350C;
}
.BgClassName
{
background-color: #A7350C;
}
</style>
border-color css
<style>
span { border-color: #A7350C; }
span { border-color: rgb(167,53,12); }
td.TdClassName
{
border-color: #A7350C;
}
.TagClassName
{
border-color: #A7350C;
}
</style>