Shades of Rust #BA530B
Tints of Rust #BA530B
RGB
CMYK
RGB Variations
Color information
#BA530B (or 0xBA530B) is known color: Rust. HEX triplet: BA, 53 and 0B. RGB value is (186,83,11). Sum of RGB (Red+Green+Blue) = 186+83+11=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA530B is #45ACF4. Grayscale: #696969. Windows color (decimal): -4566261 or 742330. OLE color: 742330.
HSL color Cylindrical-coordinate representation of color #BA530B: hue angle of 24.69º degrees, saturation: 0.89, 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 #BA530B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 24.69º | 0.89% | 0.39% | - |
| HSV(B) | 24.69º | 0.94% | 0.73% | - |
| XYZ | 23.4 | 16.65 | 2.3 | - |
| YUV | 105.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 11 | 0 | 0.55 | 0.94 | 0.27 | 24.69 | 0.89 | 0.39 |
| Hex | BA | 53 | B | 0 | 37 | 5E | 1B | 19 | 59 | 27 |
| Octal | 272 | 123 | 13 | 0 | 67 | 136 | 33 | 31 | 131 | 47 |
| Binary | 10111010 | 1010011 | 1011 | 0 | 110111 | 1011110 | 11011 | 11001 | 1011001 | 100111 |
Color Harmonies of #BA530B
Complementary color
Monochromatic Colors of #BA530B
Black with #BA530B
Text Example
Text Example
White with #BA530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA530B; }
p { color: rgb(186,83,11); }
H1.HeaderClassName
{
color: #BA530B;
}
.AnyTagClassName
{
color: #BA530B;
}
</style>
background-color css
<style>
a { background-color: #BA530B; }
a { background-color: rgb(186,83,11); }
div.DivClassName
{
background-color: #BA530B;
}
.BgClassName
{
background-color: #BA530B;
}
</style>
border-color css
<style>
span { border-color: #BA530B; }
span { border-color: rgb(186,83,11); }
td.TdClassName
{
border-color: #BA530B;
}
.TagClassName
{
border-color: #BA530B;
}
</style>