Shades of Rust #BA470E
Tints of Rust #BA470E
RGB
CMYK
RGB Variations
Color information
#BA470E (or 0xBA470E) is known color: Rust. HEX triplet: BA, 47 and 0E. RGB value is (186,71,14). Sum of RGB (Red+Green+Blue) = 186+71+14=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA470E is #45B8F1. Grayscale: #636363. Windows color (decimal): -4569330 or 935866. OLE color: 935866.
HSL color Cylindrical-coordinate representation of color #BA470E: hue angle of 19.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA470E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 14 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.27 |
| HSL | 19.88º | 0.86% | 0.39% | - |
| HSV(B) | 19.88º | 0.92% | 0.73% | - |
| XYZ | 22.58 | 14.98 | 2.12 | - |
| YUV | 98.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 14 | 0 | 0.62 | 0.92 | 0.27 | 19.88 | 0.86 | 0.39 |
| Hex | BA | 47 | E | 0 | 3E | 5C | 1B | 14 | 56 | 27 |
| Octal | 272 | 107 | 16 | 0 | 76 | 134 | 33 | 24 | 126 | 47 |
| Binary | 10111010 | 1000111 | 1110 | 0 | 111110 | 1011100 | 11011 | 10100 | 1010110 | 100111 |
Color Harmonies of #BA470E
Complementary color
Monochromatic Colors of #BA470E
Black with #BA470E
Text Example
Text Example
White with #BA470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA470E; }
p { color: rgb(186,71,14); }
H1.HeaderClassName
{
color: #BA470E;
}
.AnyTagClassName
{
color: #BA470E;
}
</style>
background-color css
<style>
a { background-color: #BA470E; }
a { background-color: rgb(186,71,14); }
div.DivClassName
{
background-color: #BA470E;
}
.BgClassName
{
background-color: #BA470E;
}
</style>
border-color css
<style>
span { border-color: #BA470E; }
span { border-color: rgb(186,71,14); }
td.TdClassName
{
border-color: #BA470E;
}
.TagClassName
{
border-color: #BA470E;
}
</style>