Shades of Rust #BA500A
Tints of Rust #BA500A
RGB
CMYK
RGB Variations
Color information
#BA500A (or 0xBA500A) is known color: Rust. HEX triplet: BA, 50 and 0A. RGB value is (186,80,10). Sum of RGB (Red+Green+Blue) = 186+80+10=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA500A is #45AFF5. Grayscale: #686868. Windows color (decimal): -4567030 or 676026. OLE color: 676026.
HSL color Cylindrical-coordinate representation of color #BA500A: hue angle of 23.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA500A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.27 |
| HSL | 23.86º | 0.9% | 0.38% | - |
| HSV(B) | 23.86º | 0.95% | 0.73% | - |
| XYZ | 23.17 | 16.2 | 2.19 | - |
| YUV | 103.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 10 | 0 | 0.57 | 0.95 | 0.27 | 23.86 | 0.9 | 0.38 |
| Hex | BA | 50 | A | 0 | 39 | 5F | 1B | 18 | 5A | 26 |
| Octal | 272 | 120 | 12 | 0 | 71 | 137 | 33 | 30 | 132 | 46 |
| Binary | 10111010 | 1010000 | 1010 | 0 | 111001 | 1011111 | 11011 | 11000 | 1011010 | 100110 |
Color Harmonies of #BA500A
Complementary color
Monochromatic Colors of #BA500A
Black with #BA500A
Text Example
Text Example
White with #BA500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA500A; }
p { color: rgb(186,80,10); }
H1.HeaderClassName
{
color: #BA500A;
}
.AnyTagClassName
{
color: #BA500A;
}
</style>
background-color css
<style>
a { background-color: #BA500A; }
a { background-color: rgb(186,80,10); }
div.DivClassName
{
background-color: #BA500A;
}
.BgClassName
{
background-color: #BA500A;
}
</style>
border-color css
<style>
span { border-color: #BA500A; }
span { border-color: rgb(186,80,10); }
td.TdClassName
{
border-color: #BA500A;
}
.TagClassName
{
border-color: #BA500A;
}
</style>