Shades of Rust #BA530A
Tints of Rust #BA530A
RGB
CMYK
RGB Variations
Color information
#BA530A (or 0xBA530A) is known color: Rust. HEX triplet: BA, 53 and 0A. RGB value is (186,83,10). Sum of RGB (Red+Green+Blue) = 186+83+10=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA530A is #45ACF5. Grayscale: #696969. Windows color (decimal): -4566262 or 676794. OLE color: 676794.
HSL color Cylindrical-coordinate representation of color #BA530A: hue angle of 24.89º 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 #BA530A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.27 |
| HSL | 24.89º | 0.9% | 0.38% | - |
| HSV(B) | 24.89º | 0.95% | 0.73% | - |
| XYZ | 23.4 | 16.65 | 2.27 | - |
| YUV | 105.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 10 | 0 | 0.55 | 0.95 | 0.27 | 24.89 | 0.9 | 0.38 |
| Hex | BA | 53 | A | 0 | 37 | 5F | 1B | 19 | 5A | 26 |
| Octal | 272 | 123 | 12 | 0 | 67 | 137 | 33 | 31 | 132 | 46 |
| Binary | 10111010 | 1010011 | 1010 | 0 | 110111 | 1011111 | 11011 | 11001 | 1011010 | 100110 |
Color Harmonies of #BA530A
Complementary color
Monochromatic Colors of #BA530A
Black with #BA530A
Text Example
Text Example
White with #BA530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA530A; }
p { color: rgb(186,83,10); }
H1.HeaderClassName
{
color: #BA530A;
}
.AnyTagClassName
{
color: #BA530A;
}
</style>
background-color css
<style>
a { background-color: #BA530A; }
a { background-color: rgb(186,83,10); }
div.DivClassName
{
background-color: #BA530A;
}
.BgClassName
{
background-color: #BA530A;
}
</style>
border-color css
<style>
span { border-color: #BA530A; }
span { border-color: rgb(186,83,10); }
td.TdClassName
{
border-color: #BA530A;
}
.TagClassName
{
border-color: #BA530A;
}
</style>