Shades of Rust #BA5219
Tints of Rust #BA5219
RGB
CMYK
RGB Variations
Color information
#BA5219 (or 0xBA5219) is known color: Rust. HEX triplet: BA, 52 and 19. RGB value is (186,82,25). Sum of RGB (Red+Green+Blue) = 186+82+25=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5219 is #45ADE6. Grayscale: #6A6A6A. Windows color (decimal): -4566503 or 1659578. OLE color: 1659578.
HSL color Cylindrical-coordinate representation of color #BA5219: hue angle of 21.24º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA5219 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 25 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.27 |
| HSL | 21.24º | 0.76% | 0.41% | - |
| HSV(B) | 21.24º | 0.87% | 0.73% | - |
| XYZ | 23.44 | 16.54 | 2.88 | - |
| YUV | 106.6 | 81.96 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 25 | 0 | 0.56 | 0.87 | 0.27 | 21.24 | 0.76 | 0.41 |
| Hex | BA | 52 | 19 | 0 | 38 | 57 | 1B | 15 | 4C | 29 |
| Octal | 272 | 122 | 31 | 0 | 70 | 127 | 33 | 25 | 114 | 51 |
| Binary | 10111010 | 1010010 | 11001 | 0 | 111000 | 1010111 | 11011 | 10101 | 1001100 | 101001 |
Color Harmonies of #BA5219
Complementary color
Monochromatic Colors of #BA5219
Black with #BA5219
Text Example
Text Example
White with #BA5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5219; }
p { color: rgb(186,82,25); }
H1.HeaderClassName
{
color: #BA5219;
}
.AnyTagClassName
{
color: #BA5219;
}
</style>
background-color css
<style>
a { background-color: #BA5219; }
a { background-color: rgb(186,82,25); }
div.DivClassName
{
background-color: #BA5219;
}
.BgClassName
{
background-color: #BA5219;
}
</style>
border-color css
<style>
span { border-color: #BA5219; }
span { border-color: rgb(186,82,25); }
td.TdClassName
{
border-color: #BA5219;
}
.TagClassName
{
border-color: #BA5219;
}
</style>