Shades of Rust #BA5510
Tints of Rust #BA5510
RGB
CMYK
RGB Variations
Color information
#BA5510 (or 0xBA5510) is known color: Rust. HEX triplet: BA, 55 and 10. RGB value is (186,85,16). Sum of RGB (Red+Green+Blue) = 186+85+16=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5510 is #45AAEF. Grayscale: #6B6B6B. Windows color (decimal): -4565744 or 1070522. OLE color: 1070522.
HSL color Cylindrical-coordinate representation of color #BA5510: hue angle of 24.35º 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 #BA5510 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.27 |
| HSL | 24.35º | 0.84% | 0.4% | - |
| HSV(B) | 24.35º | 0.91% | 0.73% | - |
| XYZ | 23.59 | 16.97 | 2.52 | - |
| YUV | 107.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 16 | 0 | 0.54 | 0.91 | 0.27 | 24.35 | 0.84 | 0.4 |
| Hex | BA | 55 | 10 | 0 | 36 | 5B | 1B | 18 | 54 | 28 |
| Octal | 272 | 125 | 20 | 0 | 66 | 133 | 33 | 30 | 124 | 50 |
| Binary | 10111010 | 1010101 | 10000 | 0 | 110110 | 1011011 | 11011 | 11000 | 1010100 | 101000 |
Color Harmonies of #BA5510
Complementary color
Monochromatic Colors of #BA5510
Black with #BA5510
Text Example
Text Example
White with #BA5510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5510; }
p { color: rgb(186,85,16); }
H1.HeaderClassName
{
color: #BA5510;
}
.AnyTagClassName
{
color: #BA5510;
}
</style>
background-color css
<style>
a { background-color: #BA5510; }
a { background-color: rgb(186,85,16); }
div.DivClassName
{
background-color: #BA5510;
}
.BgClassName
{
background-color: #BA5510;
}
</style>
border-color css
<style>
span { border-color: #BA5510; }
span { border-color: rgb(186,85,16); }
td.TdClassName
{
border-color: #BA5510;
}
.TagClassName
{
border-color: #BA5510;
}
</style>