Shades of Rust #BA4017
Tints of Rust #BA4017
RGB
CMYK
RGB Variations
Color information
#BA4017 (or 0xBA4017) is known color: Rust. HEX triplet: BA, 40 and 17. RGB value is (186,64,23). Sum of RGB (Red+Green+Blue) = 186+64+23=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4017 is #45BFE8. Grayscale: #606060. Windows color (decimal): -4571113 or 1523898. OLE color: 1523898.
HSL color Cylindrical-coordinate representation of color #BA4017: hue angle of 15.09º 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 #BA4017 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.27 |
| HSL | 15.09º | 0.78% | 0.41% | - |
| HSV(B) | 15.09º | 0.88% | 0.73% | - |
| XYZ | 22.24 | 14.17 | 2.37 | - |
| YUV | 95.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 23 | 0 | 0.66 | 0.88 | 0.27 | 15.09 | 0.78 | 0.41 |
| Hex | BA | 40 | 17 | 0 | 42 | 58 | 1B | F | 4E | 29 |
| Octal | 272 | 100 | 27 | 0 | 102 | 130 | 33 | 17 | 116 | 51 |
| Binary | 10111010 | 1000000 | 10111 | 0 | 1000010 | 1011000 | 11011 | 1111 | 1001110 | 101001 |
Color Harmonies of #BA4017
Complementary color
Monochromatic Colors of #BA4017
Black with #BA4017
Text Example
Text Example
White with #BA4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4017; }
p { color: rgb(186,64,23); }
H1.HeaderClassName
{
color: #BA4017;
}
.AnyTagClassName
{
color: #BA4017;
}
</style>
background-color css
<style>
a { background-color: #BA4017; }
a { background-color: rgb(186,64,23); }
div.DivClassName
{
background-color: #BA4017;
}
.BgClassName
{
background-color: #BA4017;
}
</style>
border-color css
<style>
span { border-color: #BA4017; }
span { border-color: rgb(186,64,23); }
td.TdClassName
{
border-color: #BA4017;
}
.TagClassName
{
border-color: #BA4017;
}
</style>