Shades of Rust #BA4510
Tints of Rust #BA4510
RGB
CMYK
RGB Variations
Color information
#BA4510 (or 0xBA4510) is known color: Rust. HEX triplet: BA, 45 and 10. RGB value is (186,69,16). Sum of RGB (Red+Green+Blue) = 186+69+16=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4510 is #45BAEF. Grayscale: #626262. Windows color (decimal): -4569840 or 1066426. OLE color: 1066426.
HSL color Cylindrical-coordinate representation of color #BA4510: hue angle of 18.71º 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 #BA4510 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 16 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.27 |
| HSL | 18.71º | 0.84% | 0.4% | - |
| HSV(B) | 18.71º | 0.91% | 0.73% | - |
| XYZ | 22.47 | 14.73 | 2.15 | - |
| YUV | 97.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 16 | 0 | 0.63 | 0.91 | 0.27 | 18.71 | 0.84 | 0.4 |
| Hex | BA | 45 | 10 | 0 | 3F | 5B | 1B | 13 | 54 | 28 |
| Octal | 272 | 105 | 20 | 0 | 77 | 133 | 33 | 23 | 124 | 50 |
| Binary | 10111010 | 1000101 | 10000 | 0 | 111111 | 1011011 | 11011 | 10011 | 1010100 | 101000 |
Color Harmonies of #BA4510
Complementary color
Monochromatic Colors of #BA4510
Black with #BA4510
Text Example
Text Example
White with #BA4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4510; }
p { color: rgb(186,69,16); }
H1.HeaderClassName
{
color: #BA4510;
}
.AnyTagClassName
{
color: #BA4510;
}
</style>
background-color css
<style>
a { background-color: #BA4510; }
a { background-color: rgb(186,69,16); }
div.DivClassName
{
background-color: #BA4510;
}
.BgClassName
{
background-color: #BA4510;
}
</style>
border-color css
<style>
span { border-color: #BA4510; }
span { border-color: rgb(186,69,16); }
td.TdClassName
{
border-color: #BA4510;
}
.TagClassName
{
border-color: #BA4510;
}
</style>