Shades of Rust #BA4E19
Tints of Rust #BA4E19
RGB
CMYK
RGB Variations
Color information
#BA4E19 (or 0xBA4E19) is known color: Rust. HEX triplet: BA, 4E and 19. RGB value is (186,78,25). Sum of RGB (Red+Green+Blue) = 186+78+25=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E19 is #45B1E6. Grayscale: #686868. Windows color (decimal): -4567527 or 1658554. OLE color: 1658554.
HSL color Cylindrical-coordinate representation of color #BA4E19: hue angle of 19.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA4E19 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 25 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.27 |
| HSL | 19.75º | 0.76% | 0.41% | - |
| HSV(B) | 19.75º | 0.87% | 0.73% | - |
| XYZ | 23.15 | 15.96 | 2.78 | - |
| YUV | 104.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 25 | 0 | 0.58 | 0.87 | 0.27 | 19.75 | 0.76 | 0.41 |
| Hex | BA | 4E | 19 | 0 | 3A | 57 | 1B | 14 | 4C | 29 |
| Octal | 272 | 116 | 31 | 0 | 72 | 127 | 33 | 24 | 114 | 51 |
| Binary | 10111010 | 1001110 | 11001 | 0 | 111010 | 1010111 | 11011 | 10100 | 1001100 | 101001 |
Color Harmonies of #BA4E19
Complementary color
Monochromatic Colors of #BA4E19
Black with #BA4E19
Text Example
Text Example
White with #BA4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E19; }
p { color: rgb(186,78,25); }
H1.HeaderClassName
{
color: #BA4E19;
}
.AnyTagClassName
{
color: #BA4E19;
}
</style>
background-color css
<style>
a { background-color: #BA4E19; }
a { background-color: rgb(186,78,25); }
div.DivClassName
{
background-color: #BA4E19;
}
.BgClassName
{
background-color: #BA4E19;
}
</style>
border-color css
<style>
span { border-color: #BA4E19; }
span { border-color: rgb(186,78,25); }
td.TdClassName
{
border-color: #BA4E19;
}
.TagClassName
{
border-color: #BA4E19;
}
</style>