Shades of Rust #BA4A1D
Tints of Rust #BA4A1D
RGB
CMYK
RGB Variations
Color information
#BA4A1D (or 0xBA4A1D) is known color: Rust. HEX triplet: BA, 4A and 1D. RGB value is (186,74,29). Sum of RGB (Red+Green+Blue) = 186+74+29=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A1D is #45B5E2. Grayscale: #666666. Windows color (decimal): -4568547 or 1919674. OLE color: 1919674.
HSL color Cylindrical-coordinate representation of color #BA4A1D: hue angle of 17.2º 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 #BA4A1D is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 29 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.27 |
| HSL | 17.2º | 0.73% | 0.42% | - |
| HSV(B) | 17.2º | 0.84% | 0.73% | - |
| XYZ | 22.92 | 15.43 | 2.93 | - |
| YUV | 102.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 29 | 0 | 0.60 | 0.84 | 0.27 | 17.2 | 0.73 | 0.42 |
| Hex | BA | 4A | 1D | 0 | 3C | 54 | 1B | 11 | 49 | 2A |
| Octal | 272 | 112 | 35 | 0 | 74 | 124 | 33 | 21 | 111 | 52 |
| Binary | 10111010 | 1001010 | 11101 | 0 | 111100 | 1010100 | 11011 | 10001 | 1001001 | 101010 |
Color Harmonies of #BA4A1D
Complementary color
Monochromatic Colors of #BA4A1D
Black with #BA4A1D
Text Example
Text Example
White with #BA4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A1D; }
p { color: rgb(186,74,29); }
H1.HeaderClassName
{
color: #BA4A1D;
}
.AnyTagClassName
{
color: #BA4A1D;
}
</style>
background-color css
<style>
a { background-color: #BA4A1D; }
a { background-color: rgb(186,74,29); }
div.DivClassName
{
background-color: #BA4A1D;
}
.BgClassName
{
background-color: #BA4A1D;
}
</style>
border-color css
<style>
span { border-color: #BA4A1D; }
span { border-color: rgb(186,74,29); }
td.TdClassName
{
border-color: #BA4A1D;
}
.TagClassName
{
border-color: #BA4A1D;
}
</style>