Shades of Rust #BA3206
Tints of Rust #BA3206
RGB
CMYK
RGB Variations
Color information
#BA3206 (or 0xBA3206) is known color: Rust. HEX triplet: BA, 32 and 06. RGB value is (186,50,6). Sum of RGB (Red+Green+Blue) = 186+50+6=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3206 is #45CDF9. Grayscale: #555555. Windows color (decimal): -4574714 or 406202. OLE color: 406202.
HSL color Cylindrical-coordinate representation of color #BA3206: hue angle of 14.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA3206 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.27 |
| HSL | 14.67º | 0.94% | 0.38% | - |
| HSV(B) | 14.67º | 0.97% | 0.73% | - |
| XYZ | 21.42 | 12.73 | 1.5 | - |
| YUV | 85.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 6 | 0 | 0.73 | 0.97 | 0.27 | 14.67 | 0.94 | 0.38 |
| Hex | BA | 32 | 6 | 0 | 49 | 61 | 1B | F | 5E | 26 |
| Octal | 272 | 62 | 6 | 0 | 111 | 141 | 33 | 17 | 136 | 46 |
| Binary | 10111010 | 110010 | 110 | 0 | 1001001 | 1100001 | 11011 | 1111 | 1011110 | 100110 |
Color Harmonies of #BA3206
Complementary color
Monochromatic Colors of #BA3206
Black with #BA3206
Text Example
Text Example
White with #BA3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3206; }
p { color: rgb(186,50,6); }
H1.HeaderClassName
{
color: #BA3206;
}
.AnyTagClassName
{
color: #BA3206;
}
</style>
background-color css
<style>
a { background-color: #BA3206; }
a { background-color: rgb(186,50,6); }
div.DivClassName
{
background-color: #BA3206;
}
.BgClassName
{
background-color: #BA3206;
}
</style>
border-color css
<style>
span { border-color: #BA3206; }
span { border-color: rgb(186,50,6); }
td.TdClassName
{
border-color: #BA3206;
}
.TagClassName
{
border-color: #BA3206;
}
</style>