Shades of Rust #BA4716
Tints of Rust #BA4716
RGB
CMYK
RGB Variations
Color information
#BA4716 (or 0xBA4716) is known color: Rust. HEX triplet: BA, 47 and 16. RGB value is (186,71,22). Sum of RGB (Red+Green+Blue) = 186+71+22=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4716 is #45B8E9. Grayscale: #646464. Windows color (decimal): -4569322 or 1460154. OLE color: 1460154.
HSL color Cylindrical-coordinate representation of color #BA4716: hue angle of 17.93º degrees, saturation: 0.79, 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 #BA4716 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.27 |
| HSL | 17.93º | 0.79% | 0.41% | - |
| HSV(B) | 17.93º | 0.88% | 0.73% | - |
| XYZ | 22.65 | 15 | 2.46 | - |
| YUV | 99.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 22 | 0 | 0.62 | 0.88 | 0.27 | 17.93 | 0.79 | 0.41 |
| Hex | BA | 47 | 16 | 0 | 3E | 58 | 1B | 12 | 4F | 29 |
| Octal | 272 | 107 | 26 | 0 | 76 | 130 | 33 | 22 | 117 | 51 |
| Binary | 10111010 | 1000111 | 10110 | 0 | 111110 | 1011000 | 11011 | 10010 | 1001111 | 101001 |
Color Harmonies of #BA4716
Complementary color
Monochromatic Colors of #BA4716
Black with #BA4716
Text Example
Text Example
White with #BA4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4716; }
p { color: rgb(186,71,22); }
H1.HeaderClassName
{
color: #BA4716;
}
.AnyTagClassName
{
color: #BA4716;
}
</style>
background-color css
<style>
a { background-color: #BA4716; }
a { background-color: rgb(186,71,22); }
div.DivClassName
{
background-color: #BA4716;
}
.BgClassName
{
background-color: #BA4716;
}
</style>
border-color css
<style>
span { border-color: #BA4716; }
span { border-color: rgb(186,71,22); }
td.TdClassName
{
border-color: #BA4716;
}
.TagClassName
{
border-color: #BA4716;
}
</style>