Shades of Rust #BA521B
Tints of Rust #BA521B
RGB
CMYK
RGB Variations
Color information
#BA521B (or 0xBA521B) is known color: Rust. HEX triplet: BA, 52 and 1B. RGB value is (186,82,27). Sum of RGB (Red+Green+Blue) = 186+82+27=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA521B is #45ADE4. Grayscale: #6B6B6B. Windows color (decimal): -4566501 or 1790650. OLE color: 1790650.
HSL color Cylindrical-coordinate representation of color #BA521B: hue angle of 20.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA521B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 27 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.27 |
| HSL | 20.75º | 0.75% | 0.42% | - |
| HSV(B) | 20.75º | 0.85% | 0.73% | - |
| XYZ | 23.46 | 16.55 | 3 | - |
| YUV | 106.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 27 | 0 | 0.56 | 0.85 | 0.27 | 20.75 | 0.75 | 0.42 |
| Hex | BA | 52 | 1B | 0 | 38 | 55 | 1B | 15 | 4B | 2A |
| Octal | 272 | 122 | 33 | 0 | 70 | 125 | 33 | 25 | 113 | 52 |
| Binary | 10111010 | 1010010 | 11011 | 0 | 111000 | 1010101 | 11011 | 10101 | 1001011 | 101010 |
Color Harmonies of #BA521B
Complementary color
Monochromatic Colors of #BA521B
Black with #BA521B
Text Example
Text Example
White with #BA521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA521B; }
p { color: rgb(186,82,27); }
H1.HeaderClassName
{
color: #BA521B;
}
.AnyTagClassName
{
color: #BA521B;
}
</style>
background-color css
<style>
a { background-color: #BA521B; }
a { background-color: rgb(186,82,27); }
div.DivClassName
{
background-color: #BA521B;
}
.BgClassName
{
background-color: #BA521B;
}
</style>
border-color css
<style>
span { border-color: #BA521B; }
span { border-color: rgb(186,82,27); }
td.TdClassName
{
border-color: #BA521B;
}
.TagClassName
{
border-color: #BA521B;
}
</style>