Shades of Rust #BA490C
Tints of Rust #BA490C
RGB
CMYK
RGB Variations
Color information
#BA490C (or 0xBA490C) is known color: Rust. HEX triplet: BA, 49 and 0C. RGB value is (186,73,12). Sum of RGB (Red+Green+Blue) = 186+73+12=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA490C is #45B6F3. Grayscale: #646464. Windows color (decimal): -4568820 or 805306. OLE color: 805306.
HSL color Cylindrical-coordinate representation of color #BA490C: hue angle of 21.03º 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 #BA490C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.27 |
| HSL | 21.03º | 0.88% | 0.39% | - |
| HSV(B) | 21.03º | 0.94% | 0.73% | - |
| XYZ | 22.7 | 15.23 | 2.09 | - |
| YUV | 99.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 12 | 0 | 0.61 | 0.94 | 0.27 | 21.03 | 0.88 | 0.39 |
| Hex | BA | 49 | C | 0 | 3D | 5E | 1B | 15 | 58 | 27 |
| Octal | 272 | 111 | 14 | 0 | 75 | 136 | 33 | 25 | 130 | 47 |
| Binary | 10111010 | 1001001 | 1100 | 0 | 111101 | 1011110 | 11011 | 10101 | 1011000 | 100111 |
Color Harmonies of #BA490C
Complementary color
Monochromatic Colors of #BA490C
Black with #BA490C
Text Example
Text Example
White with #BA490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA490C; }
p { color: rgb(186,73,12); }
H1.HeaderClassName
{
color: #BA490C;
}
.AnyTagClassName
{
color: #BA490C;
}
</style>
background-color css
<style>
a { background-color: #BA490C; }
a { background-color: rgb(186,73,12); }
div.DivClassName
{
background-color: #BA490C;
}
.BgClassName
{
background-color: #BA490C;
}
</style>
border-color css
<style>
span { border-color: #BA490C; }
span { border-color: rgb(186,73,12); }
td.TdClassName
{
border-color: #BA490C;
}
.TagClassName
{
border-color: #BA490C;
}
</style>