Shades of Rust #BA4700
Tints of Rust #BA4700
RGB
CMYK
RGB Variations
Color information
#BA4700 (or 0xBA4700) is known color: Rust. HEX triplet: BA, 47 and 00. RGB value is (186,71,0). Sum of RGB (Red+Green+Blue) = 186+71+0=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4700 is #45B8FF. Grayscale: #616161. Windows color (decimal): -4569344 or 18362. OLE color: 18362.
HSL color Cylindrical-coordinate representation of color #BA4700: hue angle of 22.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4700 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.27 |
| HSL | 22.9º | 1% | 0.36% | - |
| HSV(B) | 22.9º | 1% | 0.73% | - |
| XYZ | 22.5 | 14.95 | 1.7 | - |
| YUV | 97.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 0 | 0 | 0.62 | 1 | 0.27 | 22.9 | 1 | 0.36 |
| Hex | BA | 47 | 0 | 0 | 3E | 64 | 1B | 17 | 64 | 24 |
| Octal | 272 | 107 | 0 | 0 | 76 | 144 | 33 | 27 | 144 | 44 |
| Binary | 10111010 | 1000111 | 0 | 0 | 111110 | 1100100 | 11011 | 10111 | 1100100 | 100100 |
Color Harmonies of #BA4700
Complementary color
Monochromatic Colors of #BA4700
Black with #BA4700
Text Example
Text Example
White with #BA4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4700; }
p { color: rgb(186,71,0); }
H1.HeaderClassName
{
color: #BA4700;
}
.AnyTagClassName
{
color: #BA4700;
}
</style>
background-color css
<style>
a { background-color: #BA4700; }
a { background-color: rgb(186,71,0); }
div.DivClassName
{
background-color: #BA4700;
}
.BgClassName
{
background-color: #BA4700;
}
</style>
border-color css
<style>
span { border-color: #BA4700; }
span { border-color: rgb(186,71,0); }
td.TdClassName
{
border-color: #BA4700;
}
.TagClassName
{
border-color: #BA4700;
}
</style>