Shades of Rust #BA3F0E
Tints of Rust #BA3F0E
RGB
CMYK
RGB Variations
Color information
#BA3F0E (or 0xBA3F0E) is known color: Rust. HEX triplet: BA, 3F and 0E. RGB value is (186,63,14). Sum of RGB (Red+Green+Blue) = 186+63+14=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F0E is #45C0F1. Grayscale: #5E5E5E. Windows color (decimal): -4571378 or 933818. OLE color: 933818.
HSL color Cylindrical-coordinate representation of color #BA3F0E: hue angle of 17.09º 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 #BA3F0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.27 |
| HSL | 17.09º | 0.86% | 0.39% | - |
| HSV(B) | 17.09º | 0.92% | 0.73% | - |
| XYZ | 22.11 | 14.03 | 1.96 | - |
| YUV | 94.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 14 | 0 | 0.66 | 0.92 | 0.27 | 17.09 | 0.86 | 0.39 |
| Hex | BA | 3F | E | 0 | 42 | 5C | 1B | 11 | 56 | 27 |
| Octal | 272 | 77 | 16 | 0 | 102 | 134 | 33 | 21 | 126 | 47 |
| Binary | 10111010 | 111111 | 1110 | 0 | 1000010 | 1011100 | 11011 | 10001 | 1010110 | 100111 |
Color Harmonies of #BA3F0E
Complementary color
Monochromatic Colors of #BA3F0E
Black with #BA3F0E
Text Example
Text Example
White with #BA3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F0E; }
p { color: rgb(186,63,14); }
H1.HeaderClassName
{
color: #BA3F0E;
}
.AnyTagClassName
{
color: #BA3F0E;
}
</style>
background-color css
<style>
a { background-color: #BA3F0E; }
a { background-color: rgb(186,63,14); }
div.DivClassName
{
background-color: #BA3F0E;
}
.BgClassName
{
background-color: #BA3F0E;
}
</style>
border-color css
<style>
span { border-color: #BA3F0E; }
span { border-color: rgb(186,63,14); }
td.TdClassName
{
border-color: #BA3F0E;
}
.TagClassName
{
border-color: #BA3F0E;
}
</style>