Shades of Rust #BA5710
Tints of Rust #BA5710
RGB
CMYK
RGB Variations
Color information
#BA5710 (or 0xBA5710) is known color: Rust. HEX triplet: BA, 57 and 10. RGB value is (186,87,16). Sum of RGB (Red+Green+Blue) = 186+87+16=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5710 is #45A8EF. Grayscale: #6C6C6C. Windows color (decimal): -4565232 or 1071034. OLE color: 1071034.
HSL color Cylindrical-coordinate representation of color #BA5710: hue angle of 25.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5710 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 16 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.27 |
| HSL | 25.06º | 0.84% | 0.4% | - |
| HSV(B) | 25.06º | 0.91% | 0.73% | - |
| XYZ | 23.75 | 17.29 | 2.58 | - |
| YUV | 108.51 | 75.8 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 16 | 0 | 0.53 | 0.91 | 0.27 | 25.06 | 0.84 | 0.4 |
| Hex | BA | 57 | 10 | 0 | 35 | 5B | 1B | 19 | 54 | 28 |
| Octal | 272 | 127 | 20 | 0 | 65 | 133 | 33 | 31 | 124 | 50 |
| Binary | 10111010 | 1010111 | 10000 | 0 | 110101 | 1011011 | 11011 | 11001 | 1010100 | 101000 |
Color Harmonies of #BA5710
Complementary color
Monochromatic Colors of #BA5710
Black with #BA5710
Text Example
Text Example
White with #BA5710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5710; }
p { color: rgb(186,87,16); }
H1.HeaderClassName
{
color: #BA5710;
}
.AnyTagClassName
{
color: #BA5710;
}
</style>
background-color css
<style>
a { background-color: #BA5710; }
a { background-color: rgb(186,87,16); }
div.DivClassName
{
background-color: #BA5710;
}
.BgClassName
{
background-color: #BA5710;
}
</style>
border-color css
<style>
span { border-color: #BA5710; }
span { border-color: rgb(186,87,16); }
td.TdClassName
{
border-color: #BA5710;
}
.TagClassName
{
border-color: #BA5710;
}
</style>