Shades of Rust #BA4B1D
Tints of Rust #BA4B1D
RGB
CMYK
RGB Variations
Color information
#BA4B1D (or 0xBA4B1D) is known color: Rust. HEX triplet: BA, 4B and 1D. RGB value is (186,75,29). Sum of RGB (Red+Green+Blue) = 186+75+29=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B1D is #45B4E2. Grayscale: #676767. Windows color (decimal): -4568291 or 1919930. OLE color: 1919930.
HSL color Cylindrical-coordinate representation of color #BA4B1D: hue angle of 17.58º 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 #BA4B1D is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 29 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.27 |
| HSL | 17.58º | 0.73% | 0.42% | - |
| HSV(B) | 17.58º | 0.84% | 0.73% | - |
| XYZ | 22.99 | 15.56 | 2.95 | - |
| YUV | 102.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 29 | 0 | 0.60 | 0.84 | 0.27 | 17.58 | 0.73 | 0.42 |
| Hex | BA | 4B | 1D | 0 | 3C | 54 | 1B | 12 | 49 | 2A |
| Octal | 272 | 113 | 35 | 0 | 74 | 124 | 33 | 22 | 111 | 52 |
| Binary | 10111010 | 1001011 | 11101 | 0 | 111100 | 1010100 | 11011 | 10010 | 1001001 | 101010 |
Color Harmonies of #BA4B1D
Complementary color
Monochromatic Colors of #BA4B1D
Black with #BA4B1D
Text Example
Text Example
White with #BA4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B1D; }
p { color: rgb(186,75,29); }
H1.HeaderClassName
{
color: #BA4B1D;
}
.AnyTagClassName
{
color: #BA4B1D;
}
</style>
background-color css
<style>
a { background-color: #BA4B1D; }
a { background-color: rgb(186,75,29); }
div.DivClassName
{
background-color: #BA4B1D;
}
.BgClassName
{
background-color: #BA4B1D;
}
</style>
border-color css
<style>
span { border-color: #BA4B1D; }
span { border-color: rgb(186,75,29); }
td.TdClassName
{
border-color: #BA4B1D;
}
.TagClassName
{
border-color: #BA4B1D;
}
</style>