Shades of Rust #BA4910
Tints of Rust #BA4910
RGB
CMYK
RGB Variations
Color information
#BA4910 (or 0xBA4910) is known color: Rust. HEX triplet: BA, 49 and 10. RGB value is (186,73,16). Sum of RGB (Red+Green+Blue) = 186+73+16=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4910 is #45B6EF. Grayscale: #646464. Windows color (decimal): -4568816 or 1067450. OLE color: 1067450.
HSL color Cylindrical-coordinate representation of color #BA4910: hue angle of 20.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA4910 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 16 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.27 |
| HSL | 20.12º | 0.84% | 0.4% | - |
| HSV(B) | 20.12º | 0.91% | 0.73% | - |
| XYZ | 22.73 | 15.24 | 2.23 | - |
| YUV | 100.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 16 | 0 | 0.61 | 0.91 | 0.27 | 20.12 | 0.84 | 0.4 |
| Hex | BA | 49 | 10 | 0 | 3D | 5B | 1B | 14 | 54 | 28 |
| Octal | 272 | 111 | 20 | 0 | 75 | 133 | 33 | 24 | 124 | 50 |
| Binary | 10111010 | 1001001 | 10000 | 0 | 111101 | 1011011 | 11011 | 10100 | 1010100 | 101000 |
Color Harmonies of #BA4910
Complementary color
Monochromatic Colors of #BA4910
Black with #BA4910
Text Example
Text Example
White with #BA4910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4910; }
p { color: rgb(186,73,16); }
H1.HeaderClassName
{
color: #BA4910;
}
.AnyTagClassName
{
color: #BA4910;
}
</style>
background-color css
<style>
a { background-color: #BA4910; }
a { background-color: rgb(186,73,16); }
div.DivClassName
{
background-color: #BA4910;
}
.BgClassName
{
background-color: #BA4910;
}
</style>
border-color css
<style>
span { border-color: #BA4910; }
span { border-color: rgb(186,73,16); }
td.TdClassName
{
border-color: #BA4910;
}
.TagClassName
{
border-color: #BA4910;
}
</style>