Shades of Rust #BA4B1E
Tints of Rust #BA4B1E
RGB
CMYK
RGB Variations
Color information
#BA4B1E (or 0xBA4B1E) is known color: Rust. HEX triplet: BA, 4B and 1E. RGB value is (186,75,30). Sum of RGB (Red+Green+Blue) = 186+75+30=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B1E is #45B4E1. Grayscale: #676767. Windows color (decimal): -4568290 or 1985466. OLE color: 1985466.
HSL color Cylindrical-coordinate representation of color #BA4B1E: hue angle of 17.31º 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 #BA4B1E is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 30 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.27 |
| HSL | 17.31º | 0.72% | 0.42% | - |
| HSV(B) | 17.31º | 0.84% | 0.73% | - |
| XYZ | 23 | 15.57 | 3.02 | - |
| YUV | 103.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 30 | 0 | 0.60 | 0.84 | 0.27 | 17.31 | 0.72 | 0.42 |
| Hex | BA | 4B | 1E | 0 | 3C | 54 | 1B | 11 | 48 | 2A |
| Octal | 272 | 113 | 36 | 0 | 74 | 124 | 33 | 21 | 110 | 52 |
| Binary | 10111010 | 1001011 | 11110 | 0 | 111100 | 1010100 | 11011 | 10001 | 1001000 | 101010 |
Color Harmonies of #BA4B1E
Complementary color
Monochromatic Colors of #BA4B1E
Black with #BA4B1E
Text Example
Text Example
White with #BA4B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B1E; }
p { color: rgb(186,75,30); }
H1.HeaderClassName
{
color: #BA4B1E;
}
.AnyTagClassName
{
color: #BA4B1E;
}
</style>
background-color css
<style>
a { background-color: #BA4B1E; }
a { background-color: rgb(186,75,30); }
div.DivClassName
{
background-color: #BA4B1E;
}
.BgClassName
{
background-color: #BA4B1E;
}
</style>
border-color css
<style>
span { border-color: #BA4B1E; }
span { border-color: rgb(186,75,30); }
td.TdClassName
{
border-color: #BA4B1E;
}
.TagClassName
{
border-color: #BA4B1E;
}
</style>