Shades of Rust #A7410B
Tints of Rust #A7410B
RGB
CMYK
RGB Variations
Color information
#A7410B (or 0xA7410B) is known color: Rust. HEX triplet: A7, 41 and 0B. RGB value is (167,65,11). Sum of RGB (Red+Green+Blue) = 167+65+11=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A7410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7410B is #58BEF4. Grayscale: #595959. Windows color (decimal): -5816053 or 737703. OLE color: 737703.
HSL color Cylindrical-coordinate representation of color #A7410B: hue angle of 20.77º degrees, saturation: 0.88, 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 #A7410B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 20.77º | 0.88% | 0.35% | - |
| HSV(B) | 20.77º | 0.93% | 0.65% | - |
| XYZ | 17.89 | 12.02 | 1.69 | - |
| YUV | 89.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 11 | 0 | 0.61 | 0.93 | 0.35 | 20.77 | 0.88 | 0.35 |
| Hex | A7 | 41 | B | 0 | 3D | 5D | 23 | 15 | 58 | 23 |
| Octal | 247 | 101 | 13 | 0 | 75 | 135 | 43 | 25 | 130 | 43 |
| Binary | 10100111 | 1000001 | 1011 | 0 | 111101 | 1011101 | 100011 | 10101 | 1011000 | 100011 |
Color Harmonies of #A7410B
Complementary color
Monochromatic Colors of #A7410B
Black with #A7410B
Text Example
Text Example
White with #A7410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7410B; }
p { color: rgb(167,65,11); }
H1.HeaderClassName
{
color: #A7410B;
}
.AnyTagClassName
{
color: #A7410B;
}
</style>
background-color css
<style>
a { background-color: #A7410B; }
a { background-color: rgb(167,65,11); }
div.DivClassName
{
background-color: #A7410B;
}
.BgClassName
{
background-color: #A7410B;
}
</style>
border-color css
<style>
span { border-color: #A7410B; }
span { border-color: rgb(167,65,11); }
td.TdClassName
{
border-color: #A7410B;
}
.TagClassName
{
border-color: #A7410B;
}
</style>