Shades of Rust #BA4513
Tints of Rust #BA4513
RGB
CMYK
RGB Variations
Color information
#BA4513 (or 0xBA4513) is known color: Rust. HEX triplet: BA, 45 and 13. RGB value is (186,69,19). Sum of RGB (Red+Green+Blue) = 186+69+19=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4513 is #45BAEC. Grayscale: #626262. Windows color (decimal): -4569837 or 1263034. OLE color: 1263034.
HSL color Cylindrical-coordinate representation of color #BA4513: hue angle of 17.96º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA4513 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.27 |
| HSL | 17.96º | 0.81% | 0.4% | - |
| HSV(B) | 17.96º | 0.9% | 0.73% | - |
| XYZ | 22.5 | 14.74 | 2.28 | - |
| YUV | 98.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 19 | 0 | 0.63 | 0.90 | 0.27 | 17.96 | 0.81 | 0.4 |
| Hex | BA | 45 | 13 | 0 | 3F | 5A | 1B | 12 | 51 | 28 |
| Octal | 272 | 105 | 23 | 0 | 77 | 132 | 33 | 22 | 121 | 50 |
| Binary | 10111010 | 1000101 | 10011 | 0 | 111111 | 1011010 | 11011 | 10010 | 1010001 | 101000 |
Color Harmonies of #BA4513
Complementary color
Monochromatic Colors of #BA4513
Black with #BA4513
Text Example
Text Example
White with #BA4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4513; }
p { color: rgb(186,69,19); }
H1.HeaderClassName
{
color: #BA4513;
}
.AnyTagClassName
{
color: #BA4513;
}
</style>
background-color css
<style>
a { background-color: #BA4513; }
a { background-color: rgb(186,69,19); }
div.DivClassName
{
background-color: #BA4513;
}
.BgClassName
{
background-color: #BA4513;
}
</style>
border-color css
<style>
span { border-color: #BA4513; }
span { border-color: rgb(186,69,19); }
td.TdClassName
{
border-color: #BA4513;
}
.TagClassName
{
border-color: #BA4513;
}
</style>