Shades of Rust #A7360F
Tints of Rust #A7360F
RGB
CMYK
RGB Variations
Color information
#A7360F (or 0xA7360F) is known color: Rust. HEX triplet: A7, 36 and 0F. RGB value is (167,54,15). Sum of RGB (Red+Green+Blue) = 167+54+15=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7360F is #58C9F0. Grayscale: #535353. Windows color (decimal): -5818865 or 997031. OLE color: 997031.
HSL color Cylindrical-coordinate representation of color #A7360F: hue angle of 15.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7360F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 54 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.35 |
| HSL | 15.39º | 0.84% | 0.36% | - |
| HSV(B) | 15.39º | 0.91% | 0.65% | - |
| XYZ | 17.34 | 10.89 | 1.64 | - |
| YUV | 83.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 54 | 15 | 0 | 0.68 | 0.91 | 0.35 | 15.39 | 0.84 | 0.36 |
| Hex | A7 | 36 | F | 0 | 44 | 5B | 23 | F | 54 | 24 |
| Octal | 247 | 66 | 17 | 0 | 104 | 133 | 43 | 17 | 124 | 44 |
| Binary | 10100111 | 110110 | 1111 | 0 | 1000100 | 1011011 | 100011 | 1111 | 1010100 | 100100 |
Color Harmonies of #A7360F
Complementary color
Monochromatic Colors of #A7360F
Black with #A7360F
Text Example
Text Example
White with #A7360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7360F; }
p { color: rgb(167,54,15); }
H1.HeaderClassName
{
color: #A7360F;
}
.AnyTagClassName
{
color: #A7360F;
}
</style>
background-color css
<style>
a { background-color: #A7360F; }
a { background-color: rgb(167,54,15); }
div.DivClassName
{
background-color: #A7360F;
}
.BgClassName
{
background-color: #A7360F;
}
</style>
border-color css
<style>
span { border-color: #A7360F; }
span { border-color: rgb(167,54,15); }
td.TdClassName
{
border-color: #A7360F;
}
.TagClassName
{
border-color: #A7360F;
}
</style>