Shades of Rust #BA530C
Tints of Rust #BA530C
RGB
CMYK
RGB Variations
Color information
#BA530C (or 0xBA530C) is known color: Rust. HEX triplet: BA, 53 and 0C. RGB value is (186,83,12). Sum of RGB (Red+Green+Blue) = 186+83+12=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA530C is #45ACF3. Grayscale: #6A6A6A. Windows color (decimal): -4566260 or 807866. OLE color: 807866.
HSL color Cylindrical-coordinate representation of color #BA530C: hue angle of 24.48º 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 #BA530C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 24.48º | 0.88% | 0.39% | - |
| HSV(B) | 24.48º | 0.94% | 0.73% | - |
| XYZ | 23.41 | 16.65 | 2.33 | - |
| YUV | 105.7 | 75.12 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 12 | 0 | 0.55 | 0.94 | 0.27 | 24.48 | 0.88 | 0.39 |
| Hex | BA | 53 | C | 0 | 37 | 5E | 1B | 18 | 58 | 27 |
| Octal | 272 | 123 | 14 | 0 | 67 | 136 | 33 | 30 | 130 | 47 |
| Binary | 10111010 | 1010011 | 1100 | 0 | 110111 | 1011110 | 11011 | 11000 | 1011000 | 100111 |
Color Harmonies of #BA530C
Complementary color
Monochromatic Colors of #BA530C
Black with #BA530C
Text Example
Text Example
White with #BA530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA530C; }
p { color: rgb(186,83,12); }
H1.HeaderClassName
{
color: #BA530C;
}
.AnyTagClassName
{
color: #BA530C;
}
</style>
background-color css
<style>
a { background-color: #BA530C; }
a { background-color: rgb(186,83,12); }
div.DivClassName
{
background-color: #BA530C;
}
.BgClassName
{
background-color: #BA530C;
}
</style>
border-color css
<style>
span { border-color: #BA530C; }
span { border-color: rgb(186,83,12); }
td.TdClassName
{
border-color: #BA530C;
}
.TagClassName
{
border-color: #BA530C;
}
</style>