Shades of Rust #BA490E
Tints of Rust #BA490E
RGB
CMYK
RGB Variations
Color information
#BA490E (or 0xBA490E) is known color: Rust. HEX triplet: BA, 49 and 0E. RGB value is (186,73,14). Sum of RGB (Red+Green+Blue) = 186+73+14=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA490E is #45B6F1. Grayscale: #646464. Windows color (decimal): -4568818 or 936378. OLE color: 936378.
HSL color Cylindrical-coordinate representation of color #BA490E: hue angle of 20.58º 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 #BA490E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.27 |
| HSL | 20.58º | 0.86% | 0.39% | - |
| HSV(B) | 20.58º | 0.92% | 0.73% | - |
| XYZ | 22.71 | 15.24 | 2.16 | - |
| YUV | 100.06 | 79.44 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 14 | 0 | 0.61 | 0.92 | 0.27 | 20.58 | 0.86 | 0.39 |
| Hex | BA | 49 | E | 0 | 3D | 5C | 1B | 15 | 56 | 27 |
| Octal | 272 | 111 | 16 | 0 | 75 | 134 | 33 | 25 | 126 | 47 |
| Binary | 10111010 | 1001001 | 1110 | 0 | 111101 | 1011100 | 11011 | 10101 | 1010110 | 100111 |
Color Harmonies of #BA490E
Complementary color
Monochromatic Colors of #BA490E
Black with #BA490E
Text Example
Text Example
White with #BA490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA490E; }
p { color: rgb(186,73,14); }
H1.HeaderClassName
{
color: #BA490E;
}
.AnyTagClassName
{
color: #BA490E;
}
</style>
background-color css
<style>
a { background-color: #BA490E; }
a { background-color: rgb(186,73,14); }
div.DivClassName
{
background-color: #BA490E;
}
.BgClassName
{
background-color: #BA490E;
}
</style>
border-color css
<style>
span { border-color: #BA490E; }
span { border-color: rgb(186,73,14); }
td.TdClassName
{
border-color: #BA490E;
}
.TagClassName
{
border-color: #BA490E;
}
</style>