Shades of Rust #BA4217
Tints of Rust #BA4217
RGB
CMYK
RGB Variations
Color information
#BA4217 (or 0xBA4217) is known color: Rust. HEX triplet: BA, 42 and 17. RGB value is (186,66,23). Sum of RGB (Red+Green+Blue) = 186+66+23=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4217 is #45BDE8. Grayscale: #616161. Windows color (decimal): -4570601 or 1524410. OLE color: 1524410.
HSL color Cylindrical-coordinate representation of color #BA4217: hue angle of 15.83º 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 #BA4217 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.27 |
| HSL | 15.83º | 0.78% | 0.41% | - |
| HSV(B) | 15.83º | 0.88% | 0.73% | - |
| XYZ | 22.35 | 14.4 | 2.41 | - |
| YUV | 96.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 23 | 0 | 0.65 | 0.88 | 0.27 | 15.83 | 0.78 | 0.41 |
| Hex | BA | 42 | 17 | 0 | 41 | 58 | 1B | 10 | 4E | 29 |
| Octal | 272 | 102 | 27 | 0 | 101 | 130 | 33 | 20 | 116 | 51 |
| Binary | 10111010 | 1000010 | 10111 | 0 | 1000001 | 1011000 | 11011 | 10000 | 1001110 | 101001 |
Color Harmonies of #BA4217
Complementary color
Monochromatic Colors of #BA4217
Black with #BA4217
Text Example
Text Example
White with #BA4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4217; }
p { color: rgb(186,66,23); }
H1.HeaderClassName
{
color: #BA4217;
}
.AnyTagClassName
{
color: #BA4217;
}
</style>
background-color css
<style>
a { background-color: #BA4217; }
a { background-color: rgb(186,66,23); }
div.DivClassName
{
background-color: #BA4217;
}
.BgClassName
{
background-color: #BA4217;
}
</style>
border-color css
<style>
span { border-color: #BA4217; }
span { border-color: rgb(186,66,23); }
td.TdClassName
{
border-color: #BA4217;
}
.TagClassName
{
border-color: #BA4217;
}
</style>