Shades of Rust #BA510C
Tints of Rust #BA510C
RGB
CMYK
RGB Variations
Color information
#BA510C (or 0xBA510C) is known color: Rust. HEX triplet: BA, 51 and 0C. RGB value is (186,81,12). Sum of RGB (Red+Green+Blue) = 186+81+12=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA510C is #45AEF3. Grayscale: #686868. Windows color (decimal): -4566772 or 807354. OLE color: 807354.
HSL color Cylindrical-coordinate representation of color #BA510C: hue angle of 23.79º 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 #BA510C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.27 |
| HSL | 23.79º | 0.88% | 0.39% | - |
| HSV(B) | 23.79º | 0.94% | 0.73% | - |
| XYZ | 23.26 | 16.35 | 2.28 | - |
| YUV | 104.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 12 | 0 | 0.56 | 0.94 | 0.27 | 23.79 | 0.88 | 0.39 |
| Hex | BA | 51 | C | 0 | 38 | 5E | 1B | 18 | 58 | 27 |
| Octal | 272 | 121 | 14 | 0 | 70 | 136 | 33 | 30 | 130 | 47 |
| Binary | 10111010 | 1010001 | 1100 | 0 | 111000 | 1011110 | 11011 | 11000 | 1011000 | 100111 |
Color Harmonies of #BA510C
Complementary color
Monochromatic Colors of #BA510C
Black with #BA510C
Text Example
Text Example
White with #BA510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA510C; }
p { color: rgb(186,81,12); }
H1.HeaderClassName
{
color: #BA510C;
}
.AnyTagClassName
{
color: #BA510C;
}
</style>
background-color css
<style>
a { background-color: #BA510C; }
a { background-color: rgb(186,81,12); }
div.DivClassName
{
background-color: #BA510C;
}
.BgClassName
{
background-color: #BA510C;
}
</style>
border-color css
<style>
span { border-color: #BA510C; }
span { border-color: rgb(186,81,12); }
td.TdClassName
{
border-color: #BA510C;
}
.TagClassName
{
border-color: #BA510C;
}
</style>