Shades of Rust #BA4B1C
Tints of Rust #BA4B1C
RGB
CMYK
RGB Variations
Color information
#BA4B1C (or 0xBA4B1C) is known color: Rust. HEX triplet: BA, 4B and 1C. RGB value is (186,75,28). Sum of RGB (Red+Green+Blue) = 186+75+28=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B1C is #45B4E3. Grayscale: #676767. Windows color (decimal): -4568292 or 1854394. OLE color: 1854394.
HSL color Cylindrical-coordinate representation of color #BA4B1C: hue angle of 17.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA4B1C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 28 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.27 |
| HSL | 17.85º | 0.74% | 0.42% | - |
| HSV(B) | 17.85º | 0.85% | 0.73% | - |
| XYZ | 22.98 | 15.56 | 2.89 | - |
| YUV | 102.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 28 | 0 | 0.60 | 0.85 | 0.27 | 17.85 | 0.74 | 0.42 |
| Hex | BA | 4B | 1C | 0 | 3C | 55 | 1B | 12 | 4A | 2A |
| Octal | 272 | 113 | 34 | 0 | 74 | 125 | 33 | 22 | 112 | 52 |
| Binary | 10111010 | 1001011 | 11100 | 0 | 111100 | 1010101 | 11011 | 10010 | 1001010 | 101010 |
Color Harmonies of #BA4B1C
Complementary color
Monochromatic Colors of #BA4B1C
Black with #BA4B1C
Text Example
Text Example
White with #BA4B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B1C; }
p { color: rgb(186,75,28); }
H1.HeaderClassName
{
color: #BA4B1C;
}
.AnyTagClassName
{
color: #BA4B1C;
}
</style>
background-color css
<style>
a { background-color: #BA4B1C; }
a { background-color: rgb(186,75,28); }
div.DivClassName
{
background-color: #BA4B1C;
}
.BgClassName
{
background-color: #BA4B1C;
}
</style>
border-color css
<style>
span { border-color: #BA4B1C; }
span { border-color: rgb(186,75,28); }
td.TdClassName
{
border-color: #BA4B1C;
}
.TagClassName
{
border-color: #BA4B1C;
}
</style>