Shades of Rust #BA4210
Tints of Rust #BA4210
RGB
CMYK
RGB Variations
Color information
#BA4210 (or 0xBA4210) is known color: Rust. HEX triplet: BA, 42 and 10. RGB value is (186,66,16). Sum of RGB (Red+Green+Blue) = 186+66+16=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4210 is #45BDEF. Grayscale: #606060. Windows color (decimal): -4570608 or 1065658. OLE color: 1065658.
HSL color Cylindrical-coordinate representation of color #BA4210: hue angle of 17.65º 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 #BA4210 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.27 |
| HSL | 17.65º | 0.84% | 0.4% | - |
| HSV(B) | 17.65º | 0.91% | 0.73% | - |
| XYZ | 22.29 | 14.37 | 2.09 | - |
| YUV | 96.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 16 | 0 | 0.65 | 0.91 | 0.27 | 17.65 | 0.84 | 0.4 |
| Hex | BA | 42 | 10 | 0 | 41 | 5B | 1B | 12 | 54 | 28 |
| Octal | 272 | 102 | 20 | 0 | 101 | 133 | 33 | 22 | 124 | 50 |
| Binary | 10111010 | 1000010 | 10000 | 0 | 1000001 | 1011011 | 11011 | 10010 | 1010100 | 101000 |
Color Harmonies of #BA4210
Complementary color
Monochromatic Colors of #BA4210
Black with #BA4210
Text Example
Text Example
White with #BA4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4210; }
p { color: rgb(186,66,16); }
H1.HeaderClassName
{
color: #BA4210;
}
.AnyTagClassName
{
color: #BA4210;
}
</style>
background-color css
<style>
a { background-color: #BA4210; }
a { background-color: rgb(186,66,16); }
div.DivClassName
{
background-color: #BA4210;
}
.BgClassName
{
background-color: #BA4210;
}
</style>
border-color css
<style>
span { border-color: #BA4210; }
span { border-color: rgb(186,66,16); }
td.TdClassName
{
border-color: #BA4210;
}
.TagClassName
{
border-color: #BA4210;
}
</style>