Shades of Rust #BA4615
Tints of Rust #BA4615
RGB
CMYK
RGB Variations
Color information
#BA4615 (or 0xBA4615) is known color: Rust. HEX triplet: BA, 46 and 15. RGB value is (186,70,21). Sum of RGB (Red+Green+Blue) = 186+70+21=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4615 is #45B9EA. Grayscale: #636363. Windows color (decimal): -4569579 or 1394362. OLE color: 1394362.
HSL color Cylindrical-coordinate representation of color #BA4615: hue angle of 17.82º 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 #BA4615 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 21 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.27 |
| HSL | 17.82º | 0.8% | 0.41% | - |
| HSV(B) | 17.82º | 0.89% | 0.73% | - |
| XYZ | 22.58 | 14.87 | 2.39 | - |
| YUV | 99.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 21 | 0 | 0.62 | 0.89 | 0.27 | 17.82 | 0.8 | 0.41 |
| Hex | BA | 46 | 15 | 0 | 3E | 59 | 1B | 12 | 50 | 29 |
| Octal | 272 | 106 | 25 | 0 | 76 | 131 | 33 | 22 | 120 | 51 |
| Binary | 10111010 | 1000110 | 10101 | 0 | 111110 | 1011001 | 11011 | 10010 | 1010000 | 101001 |
Color Harmonies of #BA4615
Complementary color
Monochromatic Colors of #BA4615
Black with #BA4615
Text Example
Text Example
White with #BA4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4615; }
p { color: rgb(186,70,21); }
H1.HeaderClassName
{
color: #BA4615;
}
.AnyTagClassName
{
color: #BA4615;
}
</style>
background-color css
<style>
a { background-color: #BA4615; }
a { background-color: rgb(186,70,21); }
div.DivClassName
{
background-color: #BA4615;
}
.BgClassName
{
background-color: #BA4615;
}
</style>
border-color css
<style>
span { border-color: #BA4615; }
span { border-color: rgb(186,70,21); }
td.TdClassName
{
border-color: #BA4615;
}
.TagClassName
{
border-color: #BA4615;
}
</style>