Shades of Rust #BA4515
Tints of Rust #BA4515
RGB
CMYK
RGB Variations
Color information
#BA4515 (or 0xBA4515) is known color: Rust. HEX triplet: BA, 45 and 15. RGB value is (186,69,21). Sum of RGB (Red+Green+Blue) = 186+69+21=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4515 is #45BAEA. Grayscale: #626262. Windows color (decimal): -4569835 or 1394106. OLE color: 1394106.
HSL color Cylindrical-coordinate representation of color #BA4515: hue angle of 17.45º 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 #BA4515 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.27 |
| HSL | 17.45º | 0.8% | 0.41% | - |
| HSV(B) | 17.45º | 0.89% | 0.73% | - |
| XYZ | 22.51 | 14.75 | 2.37 | - |
| YUV | 98.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 21 | 0 | 0.63 | 0.89 | 0.27 | 17.45 | 0.8 | 0.41 |
| Hex | BA | 45 | 15 | 0 | 3F | 59 | 1B | 11 | 50 | 29 |
| Octal | 272 | 105 | 25 | 0 | 77 | 131 | 33 | 21 | 120 | 51 |
| Binary | 10111010 | 1000101 | 10101 | 0 | 111111 | 1011001 | 11011 | 10001 | 1010000 | 101001 |
Color Harmonies of #BA4515
Complementary color
Monochromatic Colors of #BA4515
Black with #BA4515
Text Example
Text Example
White with #BA4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4515; }
p { color: rgb(186,69,21); }
H1.HeaderClassName
{
color: #BA4515;
}
.AnyTagClassName
{
color: #BA4515;
}
</style>
background-color css
<style>
a { background-color: #BA4515; }
a { background-color: rgb(186,69,21); }
div.DivClassName
{
background-color: #BA4515;
}
.BgClassName
{
background-color: #BA4515;
}
</style>
border-color css
<style>
span { border-color: #BA4515; }
span { border-color: rgb(186,69,21); }
td.TdClassName
{
border-color: #BA4515;
}
.TagClassName
{
border-color: #BA4515;
}
</style>