Shades of Rust #BA3C14
Tints of Rust #BA3C14
RGB
CMYK
RGB Variations
Color information
#BA3C14 (or 0xBA3C14) is known color: Rust. HEX triplet: BA, 3C and 14. RGB value is (186,60,20). Sum of RGB (Red+Green+Blue) = 186+60+20=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C14 is #45C3EB. Grayscale: #5D5D5D. Windows color (decimal): -4572140 or 1326266. OLE color: 1326266.
HSL color Cylindrical-coordinate representation of color #BA3C14: hue angle of 14.46º 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 #BA3C14 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 20 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.27 |
| HSL | 14.46º | 0.81% | 0.4% | - |
| HSV(B) | 14.46º | 0.89% | 0.73% | - |
| XYZ | 21.99 | 13.72 | 2.15 | - |
| YUV | 93.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 20 | 0 | 0.68 | 0.89 | 0.27 | 14.46 | 0.81 | 0.4 |
| Hex | BA | 3C | 14 | 0 | 44 | 59 | 1B | E | 51 | 28 |
| Octal | 272 | 74 | 24 | 0 | 104 | 131 | 33 | 16 | 121 | 50 |
| Binary | 10111010 | 111100 | 10100 | 0 | 1000100 | 1011001 | 11011 | 1110 | 1010001 | 101000 |
Color Harmonies of #BA3C14
Complementary color
Monochromatic Colors of #BA3C14
Black with #BA3C14
Text Example
Text Example
White with #BA3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C14; }
p { color: rgb(186,60,20); }
H1.HeaderClassName
{
color: #BA3C14;
}
.AnyTagClassName
{
color: #BA3C14;
}
</style>
background-color css
<style>
a { background-color: #BA3C14; }
a { background-color: rgb(186,60,20); }
div.DivClassName
{
background-color: #BA3C14;
}
.BgClassName
{
background-color: #BA3C14;
}
</style>
border-color css
<style>
span { border-color: #BA3C14; }
span { border-color: rgb(186,60,20); }
td.TdClassName
{
border-color: #BA3C14;
}
.TagClassName
{
border-color: #BA3C14;
}
</style>