Shades of Rust #BA4C1D
Tints of Rust #BA4C1D
RGB
CMYK
RGB Variations
Color information
#BA4C1D (or 0xBA4C1D) is known color: Rust. HEX triplet: BA, 4C and 1D. RGB value is (186,76,29). Sum of RGB (Red+Green+Blue) = 186+76+29=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C1D is #45B3E2. Grayscale: #676767. Windows color (decimal): -4568035 or 1920186. OLE color: 1920186.
HSL color Cylindrical-coordinate representation of color #BA4C1D: hue angle of 17.96º 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 #BA4C1D is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 29 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.27 |
| HSL | 17.96º | 0.73% | 0.42% | - |
| HSV(B) | 17.96º | 0.84% | 0.73% | - |
| XYZ | 23.06 | 15.7 | 2.98 | - |
| YUV | 103.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 29 | 0 | 0.59 | 0.84 | 0.27 | 17.96 | 0.73 | 0.42 |
| Hex | BA | 4C | 1D | 0 | 3B | 54 | 1B | 12 | 49 | 2A |
| Octal | 272 | 114 | 35 | 0 | 73 | 124 | 33 | 22 | 111 | 52 |
| Binary | 10111010 | 1001100 | 11101 | 0 | 111011 | 1010100 | 11011 | 10010 | 1001001 | 101010 |
Color Harmonies of #BA4C1D
Complementary color
Monochromatic Colors of #BA4C1D
Black with #BA4C1D
Text Example
Text Example
White with #BA4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C1D; }
p { color: rgb(186,76,29); }
H1.HeaderClassName
{
color: #BA4C1D;
}
.AnyTagClassName
{
color: #BA4C1D;
}
</style>
background-color css
<style>
a { background-color: #BA4C1D; }
a { background-color: rgb(186,76,29); }
div.DivClassName
{
background-color: #BA4C1D;
}
.BgClassName
{
background-color: #BA4C1D;
}
</style>
border-color css
<style>
span { border-color: #BA4C1D; }
span { border-color: rgb(186,76,29); }
td.TdClassName
{
border-color: #BA4C1D;
}
.TagClassName
{
border-color: #BA4C1D;
}
</style>