Shades of Rust #BA4A14
Tints of Rust #BA4A14
RGB
CMYK
RGB Variations
Color information
#BA4A14 (or 0xBA4A14) is known color: Rust. HEX triplet: BA, 4A and 14. RGB value is (186,74,20). Sum of RGB (Red+Green+Blue) = 186+74+20=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A14 is #45B5EB. Grayscale: #656565. Windows color (decimal): -4568556 or 1329850. OLE color: 1329850.
HSL color Cylindrical-coordinate representation of color #BA4A14: hue angle of 19.52º 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 #BA4A14 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.27 |
| HSL | 19.52º | 0.81% | 0.4% | - |
| HSV(B) | 19.52º | 0.89% | 0.73% | - |
| XYZ | 22.82 | 15.39 | 2.43 | - |
| YUV | 101.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 20 | 0 | 0.60 | 0.89 | 0.27 | 19.52 | 0.81 | 0.4 |
| Hex | BA | 4A | 14 | 0 | 3C | 59 | 1B | 14 | 51 | 28 |
| Octal | 272 | 112 | 24 | 0 | 74 | 131 | 33 | 24 | 121 | 50 |
| Binary | 10111010 | 1001010 | 10100 | 0 | 111100 | 1011001 | 11011 | 10100 | 1010001 | 101000 |
Color Harmonies of #BA4A14
Complementary color
Monochromatic Colors of #BA4A14
Black with #BA4A14
Text Example
Text Example
White with #BA4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A14; }
p { color: rgb(186,74,20); }
H1.HeaderClassName
{
color: #BA4A14;
}
.AnyTagClassName
{
color: #BA4A14;
}
</style>
background-color css
<style>
a { background-color: #BA4A14; }
a { background-color: rgb(186,74,20); }
div.DivClassName
{
background-color: #BA4A14;
}
.BgClassName
{
background-color: #BA4A14;
}
</style>
border-color css
<style>
span { border-color: #BA4A14; }
span { border-color: rgb(186,74,20); }
td.TdClassName
{
border-color: #BA4A14;
}
.TagClassName
{
border-color: #BA4A14;
}
</style>