Shades of Rust #BA500C
Tints of Rust #BA500C
RGB
CMYK
RGB Variations
Color information
#BA500C (or 0xBA500C) is known color: Rust. HEX triplet: BA, 50 and 0C. RGB value is (186,80,12). Sum of RGB (Red+Green+Blue) = 186+80+12=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500C is #45AFF3. Grayscale: #686868. Windows color (decimal): -4567028 or 807098. OLE color: 807098.
HSL color Cylindrical-coordinate representation of color #BA500C: hue angle of 23.45º 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 #BA500C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.27 |
| HSL | 23.45º | 0.88% | 0.39% | - |
| HSV(B) | 23.45º | 0.94% | 0.73% | - |
| XYZ | 23.18 | 16.2 | 2.25 | - |
| YUV | 103.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 12 | 0 | 0.57 | 0.94 | 0.27 | 23.45 | 0.88 | 0.39 |
| Hex | BA | 50 | C | 0 | 39 | 5E | 1B | 17 | 58 | 27 |
| Octal | 272 | 120 | 14 | 0 | 71 | 136 | 33 | 27 | 130 | 47 |
| Binary | 10111010 | 1010000 | 1100 | 0 | 111001 | 1011110 | 11011 | 10111 | 1011000 | 100111 |
Color Harmonies of #BA500C
Complementary color
Monochromatic Colors of #BA500C
Black with #BA500C
Text Example
Text Example
White with #BA500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA500C; }
p { color: rgb(186,80,12); }
H1.HeaderClassName
{
color: #BA500C;
}
.AnyTagClassName
{
color: #BA500C;
}
</style>
background-color css
<style>
a { background-color: #BA500C; }
a { background-color: rgb(186,80,12); }
div.DivClassName
{
background-color: #BA500C;
}
.BgClassName
{
background-color: #BA500C;
}
</style>
border-color css
<style>
span { border-color: #BA500C; }
span { border-color: rgb(186,80,12); }
td.TdClassName
{
border-color: #BA500C;
}
.TagClassName
{
border-color: #BA500C;
}
</style>