Shades of Rust #BA4516
Tints of Rust #BA4516
RGB
CMYK
RGB Variations
Color information
#BA4516 (or 0xBA4516) is known color: Rust. HEX triplet: BA, 45 and 16. RGB value is (186,69,22). Sum of RGB (Red+Green+Blue) = 186+69+22=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4516 is #45BAE9. Grayscale: #626262. Windows color (decimal): -4569834 or 1459642. OLE color: 1459642.
HSL color Cylindrical-coordinate representation of color #BA4516: hue angle of 17.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4516 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.27 |
| HSL | 17.2º | 0.79% | 0.41% | - |
| HSV(B) | 17.2º | 0.88% | 0.73% | - |
| XYZ | 22.52 | 14.75 | 2.42 | - |
| YUV | 98.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 22 | 0 | 0.63 | 0.88 | 0.27 | 17.2 | 0.79 | 0.41 |
| Hex | BA | 45 | 16 | 0 | 3F | 58 | 1B | 11 | 4F | 29 |
| Octal | 272 | 105 | 26 | 0 | 77 | 130 | 33 | 21 | 117 | 51 |
| Binary | 10111010 | 1000101 | 10110 | 0 | 111111 | 1011000 | 11011 | 10001 | 1001111 | 101001 |
Color Harmonies of #BA4516
Complementary color
Monochromatic Colors of #BA4516
Black with #BA4516
Text Example
Text Example
White with #BA4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4516; }
p { color: rgb(186,69,22); }
H1.HeaderClassName
{
color: #BA4516;
}
.AnyTagClassName
{
color: #BA4516;
}
</style>
background-color css
<style>
a { background-color: #BA4516; }
a { background-color: rgb(186,69,22); }
div.DivClassName
{
background-color: #BA4516;
}
.BgClassName
{
background-color: #BA4516;
}
</style>
border-color css
<style>
span { border-color: #BA4516; }
span { border-color: rgb(186,69,22); }
td.TdClassName
{
border-color: #BA4516;
}
.TagClassName
{
border-color: #BA4516;
}
</style>