Shades of Rust #BA5413
Tints of Rust #BA5413
RGB
CMYK
RGB Variations
Color information
#BA5413 (or 0xBA5413) is known color: Rust. HEX triplet: BA, 54 and 13. RGB value is (186,84,19). Sum of RGB (Red+Green+Blue) = 186+84+19=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5413 is #45ABEC. Grayscale: #6B6B6B. Windows color (decimal): -4565997 or 1266874. OLE color: 1266874.
HSL color Cylindrical-coordinate representation of color #BA5413: hue angle of 23.35º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5413 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.27 |
| HSL | 23.35º | 0.81% | 0.4% | - |
| HSV(B) | 23.35º | 0.9% | 0.73% | - |
| XYZ | 23.54 | 16.83 | 2.62 | - |
| YUV | 107.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 19 | 0 | 0.55 | 0.90 | 0.27 | 23.35 | 0.81 | 0.4 |
| Hex | BA | 54 | 13 | 0 | 37 | 5A | 1B | 17 | 51 | 28 |
| Octal | 272 | 124 | 23 | 0 | 67 | 132 | 33 | 27 | 121 | 50 |
| Binary | 10111010 | 1010100 | 10011 | 0 | 110111 | 1011010 | 11011 | 10111 | 1010001 | 101000 |
Color Harmonies of #BA5413
Complementary color
Monochromatic Colors of #BA5413
Black with #BA5413
Text Example
Text Example
White with #BA5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5413; }
p { color: rgb(186,84,19); }
H1.HeaderClassName
{
color: #BA5413;
}
.AnyTagClassName
{
color: #BA5413;
}
</style>
background-color css
<style>
a { background-color: #BA5413; }
a { background-color: rgb(186,84,19); }
div.DivClassName
{
background-color: #BA5413;
}
.BgClassName
{
background-color: #BA5413;
}
</style>
border-color css
<style>
span { border-color: #BA5413; }
span { border-color: rgb(186,84,19); }
td.TdClassName
{
border-color: #BA5413;
}
.TagClassName
{
border-color: #BA5413;
}
</style>