Shades of Rust #BA4605
Tints of Rust #BA4605
RGB
CMYK
RGB Variations
Color information
#BA4605 (or 0xBA4605) is known color: Rust. HEX triplet: BA, 46 and 05. RGB value is (186,70,5). Sum of RGB (Red+Green+Blue) = 186+70+5=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4605 is #45B9FA. Grayscale: #616161. Windows color (decimal): -4569595 or 345786. OLE color: 345786.
HSL color Cylindrical-coordinate representation of color #BA4605: hue angle of 21.55º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA4605 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.27 |
| HSL | 21.55º | 0.95% | 0.37% | - |
| HSV(B) | 21.55º | 0.97% | 0.73% | - |
| XYZ | 22.47 | 14.83 | 1.82 | - |
| YUV | 97.27 | 75.93 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 5 | 0 | 0.62 | 0.97 | 0.27 | 21.55 | 0.95 | 0.37 |
| Hex | BA | 46 | 5 | 0 | 3E | 61 | 1B | 16 | 5F | 25 |
| Octal | 272 | 106 | 5 | 0 | 76 | 141 | 33 | 26 | 137 | 45 |
| Binary | 10111010 | 1000110 | 101 | 0 | 111110 | 1100001 | 11011 | 10110 | 1011111 | 100101 |
Color Harmonies of #BA4605
Complementary color
Monochromatic Colors of #BA4605
Black with #BA4605
Text Example
Text Example
White with #BA4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4605; }
p { color: rgb(186,70,5); }
H1.HeaderClassName
{
color: #BA4605;
}
.AnyTagClassName
{
color: #BA4605;
}
</style>
background-color css
<style>
a { background-color: #BA4605; }
a { background-color: rgb(186,70,5); }
div.DivClassName
{
background-color: #BA4605;
}
.BgClassName
{
background-color: #BA4605;
}
</style>
border-color css
<style>
span { border-color: #BA4605; }
span { border-color: rgb(186,70,5); }
td.TdClassName
{
border-color: #BA4605;
}
.TagClassName
{
border-color: #BA4605;
}
</style>