Shades of Rust #BA3106
Tints of Rust #BA3106
RGB
CMYK
RGB Variations
Color information
#BA3106 (or 0xBA3106) is known color: Rust. HEX triplet: BA, 31 and 06. RGB value is (186,49,6). Sum of RGB (Red+Green+Blue) = 186+49+6=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3106 is #45CEF9. Grayscale: #555555. Windows color (decimal): -4574970 or 405946. OLE color: 405946.
HSL color Cylindrical-coordinate representation of color #BA3106: hue angle of 14.33º 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 #BA3106 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.27 |
| HSL | 14.33º | 0.94% | 0.38% | - |
| HSV(B) | 14.33º | 0.97% | 0.73% | - |
| XYZ | 21.38 | 12.65 | 1.49 | - |
| YUV | 85.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 6 | 0 | 0.74 | 0.97 | 0.27 | 14.33 | 0.94 | 0.38 |
| Hex | BA | 31 | 6 | 0 | 4A | 61 | 1B | E | 5E | 26 |
| Octal | 272 | 61 | 6 | 0 | 112 | 141 | 33 | 16 | 136 | 46 |
| Binary | 10111010 | 110001 | 110 | 0 | 1001010 | 1100001 | 11011 | 1110 | 1011110 | 100110 |
Color Harmonies of #BA3106
Complementary color
Monochromatic Colors of #BA3106
Black with #BA3106
Text Example
Text Example
White with #BA3106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3106; }
p { color: rgb(186,49,6); }
H1.HeaderClassName
{
color: #BA3106;
}
.AnyTagClassName
{
color: #BA3106;
}
</style>
background-color css
<style>
a { background-color: #BA3106; }
a { background-color: rgb(186,49,6); }
div.DivClassName
{
background-color: #BA3106;
}
.BgClassName
{
background-color: #BA3106;
}
</style>
border-color css
<style>
span { border-color: #BA3106; }
span { border-color: rgb(186,49,6); }
td.TdClassName
{
border-color: #BA3106;
}
.TagClassName
{
border-color: #BA3106;
}
</style>