Shades of Rust #BA4A1E
Tints of Rust #BA4A1E
RGB
CMYK
RGB Variations
Color information
#BA4A1E (or 0xBA4A1E) is known color: Rust. HEX triplet: BA, 4A and 1E. RGB value is (186,74,30). Sum of RGB (Red+Green+Blue) = 186+74+30=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A1E is #45B5E1. Grayscale: #666666. Windows color (decimal): -4568546 or 1985210. OLE color: 1985210.
HSL color Cylindrical-coordinate representation of color #BA4A1E: hue angle of 16.92º degrees, saturation: 0.72, 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 #BA4A1E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 30 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.27 |
| HSL | 16.92º | 0.72% | 0.42% | - |
| HSV(B) | 16.92º | 0.84% | 0.73% | - |
| XYZ | 22.93 | 15.43 | 3 | - |
| YUV | 102.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 30 | 0 | 0.60 | 0.84 | 0.27 | 16.92 | 0.72 | 0.42 |
| Hex | BA | 4A | 1E | 0 | 3C | 54 | 1B | 11 | 48 | 2A |
| Octal | 272 | 112 | 36 | 0 | 74 | 124 | 33 | 21 | 110 | 52 |
| Binary | 10111010 | 1001010 | 11110 | 0 | 111100 | 1010100 | 11011 | 10001 | 1001000 | 101010 |
Color Harmonies of #BA4A1E
Complementary color
Monochromatic Colors of #BA4A1E
Black with #BA4A1E
Text Example
Text Example
White with #BA4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A1E; }
p { color: rgb(186,74,30); }
H1.HeaderClassName
{
color: #BA4A1E;
}
.AnyTagClassName
{
color: #BA4A1E;
}
</style>
background-color css
<style>
a { background-color: #BA4A1E; }
a { background-color: rgb(186,74,30); }
div.DivClassName
{
background-color: #BA4A1E;
}
.BgClassName
{
background-color: #BA4A1E;
}
</style>
border-color css
<style>
span { border-color: #BA4A1E; }
span { border-color: rgb(186,74,30); }
td.TdClassName
{
border-color: #BA4A1E;
}
.TagClassName
{
border-color: #BA4A1E;
}
</style>