Shades of Rust #BA4015
Tints of Rust #BA4015
RGB
CMYK
RGB Variations
Color information
#BA4015 (or 0xBA4015) is known color: Rust. HEX triplet: BA, 40 and 15. RGB value is (186,64,21). Sum of RGB (Red+Green+Blue) = 186+64+21=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4015 is #45BFEA. Grayscale: #5F5F5F. Windows color (decimal): -4571115 or 1392826. OLE color: 1392826.
HSL color Cylindrical-coordinate representation of color #BA4015: hue angle of 15.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4015 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.27 |
| HSL | 15.64º | 0.8% | 0.41% | - |
| HSV(B) | 15.64º | 0.89% | 0.73% | - |
| XYZ | 22.22 | 14.16 | 2.27 | - |
| YUV | 95.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 21 | 0 | 0.66 | 0.89 | 0.27 | 15.64 | 0.8 | 0.41 |
| Hex | BA | 40 | 15 | 0 | 42 | 59 | 1B | 10 | 50 | 29 |
| Octal | 272 | 100 | 25 | 0 | 102 | 131 | 33 | 20 | 120 | 51 |
| Binary | 10111010 | 1000000 | 10101 | 0 | 1000010 | 1011001 | 11011 | 10000 | 1010000 | 101001 |
Color Harmonies of #BA4015
Complementary color
Monochromatic Colors of #BA4015
Black with #BA4015
Text Example
Text Example
White with #BA4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4015; }
p { color: rgb(186,64,21); }
H1.HeaderClassName
{
color: #BA4015;
}
.AnyTagClassName
{
color: #BA4015;
}
</style>
background-color css
<style>
a { background-color: #BA4015; }
a { background-color: rgb(186,64,21); }
div.DivClassName
{
background-color: #BA4015;
}
.BgClassName
{
background-color: #BA4015;
}
</style>
border-color css
<style>
span { border-color: #BA4015; }
span { border-color: rgb(186,64,21); }
td.TdClassName
{
border-color: #BA4015;
}
.TagClassName
{
border-color: #BA4015;
}
</style>