Shades of Rust #BA3E16
Tints of Rust #BA3E16
RGB
CMYK
RGB Variations
Color information
#BA3E16 (or 0xBA3E16) is known color: Rust. HEX triplet: BA, 3E and 16. RGB value is (186,62,22). Sum of RGB (Red+Green+Blue) = 186+62+22=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E16 is #45C1E9. Grayscale: #5E5E5E. Windows color (decimal): -4571626 or 1457850. OLE color: 1457850.
HSL color Cylindrical-coordinate representation of color #BA3E16: hue angle of 14.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA3E16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.27 |
| HSL | 14.63º | 0.79% | 0.41% | - |
| HSV(B) | 14.63º | 0.88% | 0.73% | - |
| XYZ | 22.12 | 13.94 | 2.28 | - |
| YUV | 94.52 | 87.08 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 22 | 0 | 0.67 | 0.88 | 0.27 | 14.63 | 0.79 | 0.41 |
| Hex | BA | 3E | 16 | 0 | 43 | 58 | 1B | F | 4F | 29 |
| Octal | 272 | 76 | 26 | 0 | 103 | 130 | 33 | 17 | 117 | 51 |
| Binary | 10111010 | 111110 | 10110 | 0 | 1000011 | 1011000 | 11011 | 1111 | 1001111 | 101001 |
Color Harmonies of #BA3E16
Complementary color
Monochromatic Colors of #BA3E16
Black with #BA3E16
Text Example
Text Example
White with #BA3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E16; }
p { color: rgb(186,62,22); }
H1.HeaderClassName
{
color: #BA3E16;
}
.AnyTagClassName
{
color: #BA3E16;
}
</style>
background-color css
<style>
a { background-color: #BA3E16; }
a { background-color: rgb(186,62,22); }
div.DivClassName
{
background-color: #BA3E16;
}
.BgClassName
{
background-color: #BA3E16;
}
</style>
border-color css
<style>
span { border-color: #BA3E16; }
span { border-color: rgb(186,62,22); }
td.TdClassName
{
border-color: #BA3E16;
}
.TagClassName
{
border-color: #BA3E16;
}
</style>