Shades of Rust #BA5310
Tints of Rust #BA5310
RGB
CMYK
RGB Variations
Color information
#BA5310 (or 0xBA5310) is known color: Rust. HEX triplet: BA, 53 and 10. RGB value is (186,83,16). Sum of RGB (Red+Green+Blue) = 186+83+16=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5310 is #45ACEF. Grayscale: #6A6A6A. Windows color (decimal): -4566256 or 1070010. OLE color: 1070010.
HSL color Cylindrical-coordinate representation of color #BA5310: hue angle of 23.65º 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 #BA5310 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 16 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.27 |
| HSL | 23.65º | 0.84% | 0.4% | - |
| HSV(B) | 23.65º | 0.91% | 0.73% | - |
| XYZ | 23.44 | 16.66 | 2.47 | - |
| YUV | 106.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 16 | 0 | 0.55 | 0.91 | 0.27 | 23.65 | 0.84 | 0.4 |
| Hex | BA | 53 | 10 | 0 | 37 | 5B | 1B | 18 | 54 | 28 |
| Octal | 272 | 123 | 20 | 0 | 67 | 133 | 33 | 30 | 124 | 50 |
| Binary | 10111010 | 1010011 | 10000 | 0 | 110111 | 1011011 | 11011 | 11000 | 1010100 | 101000 |
Color Harmonies of #BA5310
Complementary color
Monochromatic Colors of #BA5310
Black with #BA5310
Text Example
Text Example
White with #BA5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5310; }
p { color: rgb(186,83,16); }
H1.HeaderClassName
{
color: #BA5310;
}
.AnyTagClassName
{
color: #BA5310;
}
</style>
background-color css
<style>
a { background-color: #BA5310; }
a { background-color: rgb(186,83,16); }
div.DivClassName
{
background-color: #BA5310;
}
.BgClassName
{
background-color: #BA5310;
}
</style>
border-color css
<style>
span { border-color: #BA5310; }
span { border-color: rgb(186,83,16); }
td.TdClassName
{
border-color: #BA5310;
}
.TagClassName
{
border-color: #BA5310;
}
</style>