Shades of Rust #BA3614
Tints of Rust #BA3614
RGB
CMYK
RGB Variations
Color information
#BA3614 (or 0xBA3614) is known color: Rust. HEX triplet: BA, 36 and 14. RGB value is (186,54,20). Sum of RGB (Red+Green+Blue) = 186+54+20=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3614 is #45C9EB. Grayscale: #595959. Windows color (decimal): -4573676 or 1324730. OLE color: 1324730.
HSL color Cylindrical-coordinate representation of color #BA3614: hue angle of 12.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3614 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.27 |
| HSL | 12.29º | 0.81% | 0.4% | - |
| HSV(B) | 12.29º | 0.89% | 0.73% | - |
| XYZ | 21.7 | 13.13 | 2.05 | - |
| YUV | 89.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 20 | 0 | 0.71 | 0.89 | 0.27 | 12.29 | 0.81 | 0.4 |
| Hex | BA | 36 | 14 | 0 | 47 | 59 | 1B | C | 51 | 28 |
| Octal | 272 | 66 | 24 | 0 | 107 | 131 | 33 | 14 | 121 | 50 |
| Binary | 10111010 | 110110 | 10100 | 0 | 1000111 | 1011001 | 11011 | 1100 | 1010001 | 101000 |
Color Harmonies of #BA3614
Complementary color
Monochromatic Colors of #BA3614
Black with #BA3614
Text Example
Text Example
White with #BA3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3614; }
p { color: rgb(186,54,20); }
H1.HeaderClassName
{
color: #BA3614;
}
.AnyTagClassName
{
color: #BA3614;
}
</style>
background-color css
<style>
a { background-color: #BA3614; }
a { background-color: rgb(186,54,20); }
div.DivClassName
{
background-color: #BA3614;
}
.BgClassName
{
background-color: #BA3614;
}
</style>
border-color css
<style>
span { border-color: #BA3614; }
span { border-color: rgb(186,54,20); }
td.TdClassName
{
border-color: #BA3614;
}
.TagClassName
{
border-color: #BA3614;
}
</style>