Shades of Rust #BA4F0E
Tints of Rust #BA4F0E
RGB
CMYK
RGB Variations
Color information
#BA4F0E (or 0xBA4F0E) is known color: Rust. HEX triplet: BA, 4F and 0E. RGB value is (186,79,14). Sum of RGB (Red+Green+Blue) = 186+79+14=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4F0E is #45B0F1. Grayscale: #676767. Windows color (decimal): -4567282 or 937914. OLE color: 937914.
HSL color Cylindrical-coordinate representation of color #BA4F0E: hue angle of 22.67º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA4F0E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.27 |
| HSL | 22.67º | 0.86% | 0.39% | - |
| HSV(B) | 22.67º | 0.92% | 0.73% | - |
| XYZ | 23.12 | 16.06 | 2.3 | - |
| YUV | 103.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 14 | 0 | 0.58 | 0.92 | 0.27 | 22.67 | 0.86 | 0.39 |
| Hex | BA | 4F | E | 0 | 3A | 5C | 1B | 17 | 56 | 27 |
| Octal | 272 | 117 | 16 | 0 | 72 | 134 | 33 | 27 | 126 | 47 |
| Binary | 10111010 | 1001111 | 1110 | 0 | 111010 | 1011100 | 11011 | 10111 | 1010110 | 100111 |
Color Harmonies of #BA4F0E
Complementary color
Monochromatic Colors of #BA4F0E
Black with #BA4F0E
Text Example
Text Example
White with #BA4F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F0E; }
p { color: rgb(186,79,14); }
H1.HeaderClassName
{
color: #BA4F0E;
}
.AnyTagClassName
{
color: #BA4F0E;
}
</style>
background-color css
<style>
a { background-color: #BA4F0E; }
a { background-color: rgb(186,79,14); }
div.DivClassName
{
background-color: #BA4F0E;
}
.BgClassName
{
background-color: #BA4F0E;
}
</style>
border-color css
<style>
span { border-color: #BA4F0E; }
span { border-color: rgb(186,79,14); }
td.TdClassName
{
border-color: #BA4F0E;
}
.TagClassName
{
border-color: #BA4F0E;
}
</style>