Shades of Rust #BA500D
Tints of Rust #BA500D
RGB
CMYK
RGB Variations
Color information
#BA500D (or 0xBA500D) is known color: Rust. HEX triplet: BA, 50 and 0D. RGB value is (186,80,13). Sum of RGB (Red+Green+Blue) = 186+80+13=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500D is #45AFF2. Grayscale: #686868. Windows color (decimal): -4567027 or 872634. OLE color: 872634.
HSL color Cylindrical-coordinate representation of color #BA500D: hue angle of 23.24º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA500D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.27 |
| HSL | 23.24º | 0.87% | 0.39% | - |
| HSV(B) | 23.24º | 0.93% | 0.73% | - |
| XYZ | 23.19 | 16.21 | 2.29 | - |
| YUV | 104.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 13 | 0 | 0.57 | 0.93 | 0.27 | 23.24 | 0.87 | 0.39 |
| Hex | BA | 50 | D | 0 | 39 | 5D | 1B | 17 | 57 | 27 |
| Octal | 272 | 120 | 15 | 0 | 71 | 135 | 33 | 27 | 127 | 47 |
| Binary | 10111010 | 1010000 | 1101 | 0 | 111001 | 1011101 | 11011 | 10111 | 1010111 | 100111 |
Color Harmonies of #BA500D
Complementary color
Monochromatic Colors of #BA500D
Black with #BA500D
Text Example
Text Example
White with #BA500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA500D; }
p { color: rgb(186,80,13); }
H1.HeaderClassName
{
color: #BA500D;
}
.AnyTagClassName
{
color: #BA500D;
}
</style>
background-color css
<style>
a { background-color: #BA500D; }
a { background-color: rgb(186,80,13); }
div.DivClassName
{
background-color: #BA500D;
}
.BgClassName
{
background-color: #BA500D;
}
</style>
border-color css
<style>
span { border-color: #BA500D; }
span { border-color: rgb(186,80,13); }
td.TdClassName
{
border-color: #BA500D;
}
.TagClassName
{
border-color: #BA500D;
}
</style>