Shades of Rust #BA530D
Tints of Rust #BA530D
RGB
CMYK
RGB Variations
Color information
#BA530D (or 0xBA530D) is known color: Rust. HEX triplet: BA, 53 and 0D. RGB value is (186,83,13). Sum of RGB (Red+Green+Blue) = 186+83+13=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA530D is #45ACF2. Grayscale: #6A6A6A. Windows color (decimal): -4566259 or 873402. OLE color: 873402.
HSL color Cylindrical-coordinate representation of color #BA530D: hue angle of 24.28º 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 #BA530D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.27 |
| HSL | 24.28º | 0.87% | 0.39% | - |
| HSV(B) | 24.28º | 0.93% | 0.73% | - |
| XYZ | 23.42 | 16.65 | 2.36 | - |
| YUV | 105.82 | 75.62 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 13 | 0 | 0.55 | 0.93 | 0.27 | 24.28 | 0.87 | 0.39 |
| Hex | BA | 53 | D | 0 | 37 | 5D | 1B | 18 | 57 | 27 |
| Octal | 272 | 123 | 15 | 0 | 67 | 135 | 33 | 30 | 127 | 47 |
| Binary | 10111010 | 1010011 | 1101 | 0 | 110111 | 1011101 | 11011 | 11000 | 1010111 | 100111 |
Color Harmonies of #BA530D
Complementary color
Monochromatic Colors of #BA530D
Black with #BA530D
Text Example
Text Example
White with #BA530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA530D; }
p { color: rgb(186,83,13); }
H1.HeaderClassName
{
color: #BA530D;
}
.AnyTagClassName
{
color: #BA530D;
}
</style>
background-color css
<style>
a { background-color: #BA530D; }
a { background-color: rgb(186,83,13); }
div.DivClassName
{
background-color: #BA530D;
}
.BgClassName
{
background-color: #BA530D;
}
</style>
border-color css
<style>
span { border-color: #BA530D; }
span { border-color: rgb(186,83,13); }
td.TdClassName
{
border-color: #BA530D;
}
.TagClassName
{
border-color: #BA530D;
}
</style>