Shades of Rust #BA3B1D
Tints of Rust #BA3B1D
RGB
CMYK
RGB Variations
Color information
#BA3B1D (or 0xBA3B1D) is known color: Rust. HEX triplet: BA, 3B and 1D. RGB value is (186,59,29). Sum of RGB (Red+Green+Blue) = 186+59+29=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B1D is #45C4E2. Grayscale: #5D5D5D. Windows color (decimal): -4572387 or 1915834. OLE color: 1915834.
HSL color Cylindrical-coordinate representation of color #BA3B1D: hue angle of 11.46º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA3B1D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 29 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.27 |
| HSL | 11.46º | 0.73% | 0.42% | - |
| HSV(B) | 11.46º | 0.84% | 0.73% | - |
| XYZ | 22.04 | 13.66 | 2.64 | - |
| YUV | 93.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 29 | 0 | 0.68 | 0.84 | 0.27 | 11.46 | 0.73 | 0.42 |
| Hex | BA | 3B | 1D | 0 | 44 | 54 | 1B | B | 49 | 2A |
| Octal | 272 | 73 | 35 | 0 | 104 | 124 | 33 | 13 | 111 | 52 |
| Binary | 10111010 | 111011 | 11101 | 0 | 1000100 | 1010100 | 11011 | 1011 | 1001001 | 101010 |
Color Harmonies of #BA3B1D
Complementary color
Monochromatic Colors of #BA3B1D
Black with #BA3B1D
Text Example
Text Example
White with #BA3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B1D; }
p { color: rgb(186,59,29); }
H1.HeaderClassName
{
color: #BA3B1D;
}
.AnyTagClassName
{
color: #BA3B1D;
}
</style>
background-color css
<style>
a { background-color: #BA3B1D; }
a { background-color: rgb(186,59,29); }
div.DivClassName
{
background-color: #BA3B1D;
}
.BgClassName
{
background-color: #BA3B1D;
}
</style>
border-color css
<style>
span { border-color: #BA3B1D; }
span { border-color: rgb(186,59,29); }
td.TdClassName
{
border-color: #BA3B1D;
}
.TagClassName
{
border-color: #BA3B1D;
}
</style>