Shades of Rust #BA400E
Tints of Rust #BA400E
RGB
CMYK
RGB Variations
Color information
#BA400E (or 0xBA400E) is known color: Rust. HEX triplet: BA, 40 and 0E. RGB value is (186,64,14). Sum of RGB (Red+Green+Blue) = 186+64+14=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA400E is #45BFF1. Grayscale: #5F5F5F. Windows color (decimal): -4571122 or 934074. OLE color: 934074.
HSL color Cylindrical-coordinate representation of color #BA400E: hue angle of 17.44º 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 #BA400E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.27 |
| HSL | 17.44º | 0.86% | 0.39% | - |
| HSV(B) | 17.44º | 0.92% | 0.73% | - |
| XYZ | 22.16 | 14.14 | 1.98 | - |
| YUV | 94.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 14 | 0 | 0.66 | 0.92 | 0.27 | 17.44 | 0.86 | 0.39 |
| Hex | BA | 40 | E | 0 | 42 | 5C | 1B | 11 | 56 | 27 |
| Octal | 272 | 100 | 16 | 0 | 102 | 134 | 33 | 21 | 126 | 47 |
| Binary | 10111010 | 1000000 | 1110 | 0 | 1000010 | 1011100 | 11011 | 10001 | 1010110 | 100111 |
Color Harmonies of #BA400E
Complementary color
Monochromatic Colors of #BA400E
Black with #BA400E
Text Example
Text Example
White with #BA400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA400E; }
p { color: rgb(186,64,14); }
H1.HeaderClassName
{
color: #BA400E;
}
.AnyTagClassName
{
color: #BA400E;
}
</style>
background-color css
<style>
a { background-color: #BA400E; }
a { background-color: rgb(186,64,14); }
div.DivClassName
{
background-color: #BA400E;
}
.BgClassName
{
background-color: #BA400E;
}
</style>
border-color css
<style>
span { border-color: #BA400E; }
span { border-color: rgb(186,64,14); }
td.TdClassName
{
border-color: #BA400E;
}
.TagClassName
{
border-color: #BA400E;
}
</style>