Shades of Rust #BA470C
Tints of Rust #BA470C
RGB
CMYK
RGB Variations
Color information
#BA470C (or 0xBA470C) is known color: Rust. HEX triplet: BA, 47 and 0C. RGB value is (186,71,12). Sum of RGB (Red+Green+Blue) = 186+71+12=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA470C is #45B8F3. Grayscale: #636363. Windows color (decimal): -4569332 or 804794. OLE color: 804794.
HSL color Cylindrical-coordinate representation of color #BA470C: hue angle of 20.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA470C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.27 |
| HSL | 20.34º | 0.88% | 0.39% | - |
| HSV(B) | 20.34º | 0.94% | 0.73% | - |
| XYZ | 22.57 | 14.97 | 2.05 | - |
| YUV | 98.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 12 | 0 | 0.62 | 0.94 | 0.27 | 20.34 | 0.88 | 0.39 |
| Hex | BA | 47 | C | 0 | 3E | 5E | 1B | 14 | 58 | 27 |
| Octal | 272 | 107 | 14 | 0 | 76 | 136 | 33 | 24 | 130 | 47 |
| Binary | 10111010 | 1000111 | 1100 | 0 | 111110 | 1011110 | 11011 | 10100 | 1011000 | 100111 |
Color Harmonies of #BA470C
Complementary color
Monochromatic Colors of #BA470C
Black with #BA470C
Text Example
Text Example
White with #BA470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA470C; }
p { color: rgb(186,71,12); }
H1.HeaderClassName
{
color: #BA470C;
}
.AnyTagClassName
{
color: #BA470C;
}
</style>
background-color css
<style>
a { background-color: #BA470C; }
a { background-color: rgb(186,71,12); }
div.DivClassName
{
background-color: #BA470C;
}
.BgClassName
{
background-color: #BA470C;
}
</style>
border-color css
<style>
span { border-color: #BA470C; }
span { border-color: rgb(186,71,12); }
td.TdClassName
{
border-color: #BA470C;
}
.TagClassName
{
border-color: #BA470C;
}
</style>