Shades of Rust #A7360C
Tints of Rust #A7360C
RGB
CMYK
RGB Variations
Color information
#A7360C (or 0xA7360C) is known color: Rust. HEX triplet: A7, 36 and 0C. RGB value is (167,54,12). Sum of RGB (Red+Green+Blue) = 167+54+12=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7360C is #58C9F3. Grayscale: #535353. Windows color (decimal): -5818868 or 800423. OLE color: 800423.
HSL color Cylindrical-coordinate representation of color #A7360C: hue angle of 16.26º 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 #A7360C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.35 |
| HSL | 16.26º | 0.87% | 0.35% | - |
| HSV(B) | 16.26º | 0.93% | 0.65% | - |
| XYZ | 17.32 | 10.88 | 1.53 | - |
| YUV | 83 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 12 | 0 | 0.68 | 0.93 | 0.35 | 16.26 | 0.87 | 0.35 |
| Hex | A7 | 36 | C | 0 | 44 | 5D | 23 | 10 | 57 | 23 |
| Octal | 247 | 66 | 14 | 0 | 104 | 135 | 43 | 20 | 127 | 43 |
| Binary | 10100111 | 110110 | 1100 | 0 | 1000100 | 1011101 | 100011 | 10000 | 1010111 | 100011 |
Color Harmonies of #A7360C
Complementary color
Monochromatic Colors of #A7360C
Black with #A7360C
Text Example
Text Example
White with #A7360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7360C; }
p { color: rgb(167,54,12); }
H1.HeaderClassName
{
color: #A7360C;
}
.AnyTagClassName
{
color: #A7360C;
}
</style>
background-color css
<style>
a { background-color: #A7360C; }
a { background-color: rgb(167,54,12); }
div.DivClassName
{
background-color: #A7360C;
}
.BgClassName
{
background-color: #A7360C;
}
</style>
border-color css
<style>
span { border-color: #A7360C; }
span { border-color: rgb(167,54,12); }
td.TdClassName
{
border-color: #A7360C;
}
.TagClassName
{
border-color: #A7360C;
}
</style>