Shades of Rust #BA4117
Tints of Rust #BA4117
RGB
CMYK
RGB Variations
Color information
#BA4117 (or 0xBA4117) is known color: Rust. HEX triplet: BA, 41 and 17. RGB value is (186,65,23). Sum of RGB (Red+Green+Blue) = 186+65+23=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4117 is #45BEE8. Grayscale: #606060. Windows color (decimal): -4570857 or 1524154. OLE color: 1524154.
HSL color Cylindrical-coordinate representation of color #BA4117: hue angle of 15.46º 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 #BA4117 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.27 |
| HSL | 15.46º | 0.78% | 0.41% | - |
| HSV(B) | 15.46º | 0.88% | 0.73% | - |
| XYZ | 22.29 | 14.28 | 2.39 | - |
| YUV | 96.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 23 | 0 | 0.65 | 0.88 | 0.27 | 15.46 | 0.78 | 0.41 |
| Hex | BA | 41 | 17 | 0 | 41 | 58 | 1B | F | 4E | 29 |
| Octal | 272 | 101 | 27 | 0 | 101 | 130 | 33 | 17 | 116 | 51 |
| Binary | 10111010 | 1000001 | 10111 | 0 | 1000001 | 1011000 | 11011 | 1111 | 1001110 | 101001 |
Color Harmonies of #BA4117
Complementary color
Monochromatic Colors of #BA4117
Black with #BA4117
Text Example
Text Example
White with #BA4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4117; }
p { color: rgb(186,65,23); }
H1.HeaderClassName
{
color: #BA4117;
}
.AnyTagClassName
{
color: #BA4117;
}
</style>
background-color css
<style>
a { background-color: #BA4117; }
a { background-color: rgb(186,65,23); }
div.DivClassName
{
background-color: #BA4117;
}
.BgClassName
{
background-color: #BA4117;
}
</style>
border-color css
<style>
span { border-color: #BA4117; }
span { border-color: rgb(186,65,23); }
td.TdClassName
{
border-color: #BA4117;
}
.TagClassName
{
border-color: #BA4117;
}
</style>