Shades of Rust #BA520F
Tints of Rust #BA520F
RGB
CMYK
RGB Variations
Color information
#BA520F (or 0xBA520F) is known color: Rust. HEX triplet: BA, 52 and 0F. RGB value is (186,82,15). Sum of RGB (Red+Green+Blue) = 186+82+15=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA520F is #45ADF0. Grayscale: #696969. Windows color (decimal): -4566513 or 1004218. OLE color: 1004218.
HSL color Cylindrical-coordinate representation of color #BA520F: hue angle of 23.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA520F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.27 |
| HSL | 23.51º | 0.85% | 0.39% | - |
| HSV(B) | 23.51º | 0.92% | 0.73% | - |
| XYZ | 23.35 | 16.51 | 2.41 | - |
| YUV | 105.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 15 | 0 | 0.56 | 0.92 | 0.27 | 23.51 | 0.85 | 0.39 |
| Hex | BA | 52 | F | 0 | 38 | 5C | 1B | 18 | 55 | 27 |
| Octal | 272 | 122 | 17 | 0 | 70 | 134 | 33 | 30 | 125 | 47 |
| Binary | 10111010 | 1010010 | 1111 | 0 | 111000 | 1011100 | 11011 | 11000 | 1010101 | 100111 |
Color Harmonies of #BA520F
Complementary color
Monochromatic Colors of #BA520F
Black with #BA520F
Text Example
Text Example
White with #BA520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA520F; }
p { color: rgb(186,82,15); }
H1.HeaderClassName
{
color: #BA520F;
}
.AnyTagClassName
{
color: #BA520F;
}
</style>
background-color css
<style>
a { background-color: #BA520F; }
a { background-color: rgb(186,82,15); }
div.DivClassName
{
background-color: #BA520F;
}
.BgClassName
{
background-color: #BA520F;
}
</style>
border-color css
<style>
span { border-color: #BA520F; }
span { border-color: rgb(186,82,15); }
td.TdClassName
{
border-color: #BA520F;
}
.TagClassName
{
border-color: #BA520F;
}
</style>