Shades of Rust #BA550E
Tints of Rust #BA550E
RGB
CMYK
RGB Variations
Color information
#BA550E (or 0xBA550E) is known color: Rust. HEX triplet: BA, 55 and 0E. RGB value is (186,85,14). Sum of RGB (Red+Green+Blue) = 186+85+14=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA550E is #45AAF1. Grayscale: #6B6B6B. Windows color (decimal): -4565746 or 939450. OLE color: 939450.
HSL color Cylindrical-coordinate representation of color #BA550E: hue angle of 24.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA550E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.27 |
| HSL | 24.77º | 0.86% | 0.39% | - |
| HSV(B) | 24.77º | 0.92% | 0.73% | - |
| XYZ | 23.58 | 16.97 | 2.45 | - |
| YUV | 107.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 14 | 0 | 0.54 | 0.92 | 0.27 | 24.77 | 0.86 | 0.39 |
| Hex | BA | 55 | E | 0 | 36 | 5C | 1B | 19 | 56 | 27 |
| Octal | 272 | 125 | 16 | 0 | 66 | 134 | 33 | 31 | 126 | 47 |
| Binary | 10111010 | 1010101 | 1110 | 0 | 110110 | 1011100 | 11011 | 11001 | 1010110 | 100111 |
Color Harmonies of #BA550E
Complementary color
Monochromatic Colors of #BA550E
Black with #BA550E
Text Example
Text Example
White with #BA550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA550E; }
p { color: rgb(186,85,14); }
H1.HeaderClassName
{
color: #BA550E;
}
.AnyTagClassName
{
color: #BA550E;
}
</style>
background-color css
<style>
a { background-color: #BA550E; }
a { background-color: rgb(186,85,14); }
div.DivClassName
{
background-color: #BA550E;
}
.BgClassName
{
background-color: #BA550E;
}
</style>
border-color css
<style>
span { border-color: #BA550E; }
span { border-color: rgb(186,85,14); }
td.TdClassName
{
border-color: #BA550E;
}
.TagClassName
{
border-color: #BA550E;
}
</style>