Shades of Rust #BA520A
Tints of Rust #BA520A
RGB
CMYK
RGB Variations
Color information
#BA520A (or 0xBA520A) is known color: Rust. HEX triplet: BA, 52 and 0A. RGB value is (186,82,10). Sum of RGB (Red+Green+Blue) = 186+82+10=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA520A is #45ADF5. Grayscale: #696969. Windows color (decimal): -4566518 or 676538. OLE color: 676538.
HSL color Cylindrical-coordinate representation of color #BA520A: hue angle of 24.55º 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 #BA520A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.27 |
| HSL | 24.55º | 0.9% | 0.38% | - |
| HSV(B) | 24.55º | 0.95% | 0.73% | - |
| XYZ | 23.32 | 16.5 | 2.24 | - |
| YUV | 104.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 10 | 0 | 0.56 | 0.95 | 0.27 | 24.55 | 0.9 | 0.38 |
| Hex | BA | 52 | A | 0 | 38 | 5F | 1B | 19 | 5A | 26 |
| Octal | 272 | 122 | 12 | 0 | 70 | 137 | 33 | 31 | 132 | 46 |
| Binary | 10111010 | 1010010 | 1010 | 0 | 111000 | 1011111 | 11011 | 11001 | 1011010 | 100110 |
Color Harmonies of #BA520A
Complementary color
Monochromatic Colors of #BA520A
Black with #BA520A
Text Example
Text Example
White with #BA520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA520A; }
p { color: rgb(186,82,10); }
H1.HeaderClassName
{
color: #BA520A;
}
.AnyTagClassName
{
color: #BA520A;
}
</style>
background-color css
<style>
a { background-color: #BA520A; }
a { background-color: rgb(186,82,10); }
div.DivClassName
{
background-color: #BA520A;
}
.BgClassName
{
background-color: #BA520A;
}
</style>
border-color css
<style>
span { border-color: #BA520A; }
span { border-color: rgb(186,82,10); }
td.TdClassName
{
border-color: #BA520A;
}
.TagClassName
{
border-color: #BA520A;
}
</style>