Shades of Rust #BA5213
Tints of Rust #BA5213
RGB
CMYK
RGB Variations
Color information
#BA5213 (or 0xBA5213) is known color: Rust. HEX triplet: BA, 52 and 13. RGB value is (186,82,19). Sum of RGB (Red+Green+Blue) = 186+82+19=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5213 is #45ADEC. Grayscale: #6A6A6A. Windows color (decimal): -4566509 or 1266362. OLE color: 1266362.
HSL color Cylindrical-coordinate representation of color #BA5213: hue angle of 22.63º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5213 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.27 |
| HSL | 22.63º | 0.81% | 0.4% | - |
| HSV(B) | 22.63º | 0.9% | 0.73% | - |
| XYZ | 23.38 | 16.52 | 2.57 | - |
| YUV | 105.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 19 | 0 | 0.56 | 0.90 | 0.27 | 22.63 | 0.81 | 0.4 |
| Hex | BA | 52 | 13 | 0 | 38 | 5A | 1B | 17 | 51 | 28 |
| Octal | 272 | 122 | 23 | 0 | 70 | 132 | 33 | 27 | 121 | 50 |
| Binary | 10111010 | 1010010 | 10011 | 0 | 111000 | 1011010 | 11011 | 10111 | 1010001 | 101000 |
Color Harmonies of #BA5213
Complementary color
Monochromatic Colors of #BA5213
Black with #BA5213
Text Example
Text Example
White with #BA5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5213; }
p { color: rgb(186,82,19); }
H1.HeaderClassName
{
color: #BA5213;
}
.AnyTagClassName
{
color: #BA5213;
}
</style>
background-color css
<style>
a { background-color: #BA5213; }
a { background-color: rgb(186,82,19); }
div.DivClassName
{
background-color: #BA5213;
}
.BgClassName
{
background-color: #BA5213;
}
</style>
border-color css
<style>
span { border-color: #BA5213; }
span { border-color: rgb(186,82,19); }
td.TdClassName
{
border-color: #BA5213;
}
.TagClassName
{
border-color: #BA5213;
}
</style>