Shades of Rust #BA4917
Tints of Rust #BA4917
RGB
CMYK
RGB Variations
Color information
#BA4917 (or 0xBA4917) is known color: Rust. HEX triplet: BA, 49 and 17. RGB value is (186,73,23). Sum of RGB (Red+Green+Blue) = 186+73+23=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4917 is #45B6E8. Grayscale: #656565. Windows color (decimal): -4568809 or 1526202. OLE color: 1526202.
HSL color Cylindrical-coordinate representation of color #BA4917: hue angle of 18.4º 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 #BA4917 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.27 |
| HSL | 18.4º | 0.78% | 0.41% | - |
| HSV(B) | 18.4º | 0.88% | 0.73% | - |
| XYZ | 22.79 | 15.27 | 2.56 | - |
| YUV | 101.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 23 | 0 | 0.61 | 0.88 | 0.27 | 18.4 | 0.78 | 0.41 |
| Hex | BA | 49 | 17 | 0 | 3D | 58 | 1B | 12 | 4E | 29 |
| Octal | 272 | 111 | 27 | 0 | 75 | 130 | 33 | 22 | 116 | 51 |
| Binary | 10111010 | 1001001 | 10111 | 0 | 111101 | 1011000 | 11011 | 10010 | 1001110 | 101001 |
Color Harmonies of #BA4917
Complementary color
Monochromatic Colors of #BA4917
Black with #BA4917
Text Example
Text Example
White with #BA4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4917; }
p { color: rgb(186,73,23); }
H1.HeaderClassName
{
color: #BA4917;
}
.AnyTagClassName
{
color: #BA4917;
}
</style>
background-color css
<style>
a { background-color: #BA4917; }
a { background-color: rgb(186,73,23); }
div.DivClassName
{
background-color: #BA4917;
}
.BgClassName
{
background-color: #BA4917;
}
</style>
border-color css
<style>
span { border-color: #BA4917; }
span { border-color: rgb(186,73,23); }
td.TdClassName
{
border-color: #BA4917;
}
.TagClassName
{
border-color: #BA4917;
}
</style>