Shades of Rust #BA4617
Tints of Rust #BA4617
RGB
CMYK
RGB Variations
Color information
#BA4617 (or 0xBA4617) is known color: Rust. HEX triplet: BA, 46 and 17. RGB value is (186,70,23). Sum of RGB (Red+Green+Blue) = 186+70+23=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4617 is #45B9E8. Grayscale: #636363. Windows color (decimal): -4569577 or 1525434. OLE color: 1525434.
HSL color Cylindrical-coordinate representation of color #BA4617: hue angle of 17.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA4617 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.27 |
| HSL | 17.3º | 0.78% | 0.41% | - |
| HSV(B) | 17.3º | 0.88% | 0.73% | - |
| XYZ | 22.59 | 14.88 | 2.49 | - |
| YUV | 99.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 23 | 0 | 0.62 | 0.88 | 0.27 | 17.3 | 0.78 | 0.41 |
| Hex | BA | 46 | 17 | 0 | 3E | 58 | 1B | 11 | 4E | 29 |
| Octal | 272 | 106 | 27 | 0 | 76 | 130 | 33 | 21 | 116 | 51 |
| Binary | 10111010 | 1000110 | 10111 | 0 | 111110 | 1011000 | 11011 | 10001 | 1001110 | 101001 |
Color Harmonies of #BA4617
Complementary color
Monochromatic Colors of #BA4617
Black with #BA4617
Text Example
Text Example
White with #BA4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4617; }
p { color: rgb(186,70,23); }
H1.HeaderClassName
{
color: #BA4617;
}
.AnyTagClassName
{
color: #BA4617;
}
</style>
background-color css
<style>
a { background-color: #BA4617; }
a { background-color: rgb(186,70,23); }
div.DivClassName
{
background-color: #BA4617;
}
.BgClassName
{
background-color: #BA4617;
}
</style>
border-color css
<style>
span { border-color: #BA4617; }
span { border-color: rgb(186,70,23); }
td.TdClassName
{
border-color: #BA4617;
}
.TagClassName
{
border-color: #BA4617;
}
</style>