Shades of Rust #BA3C06
Tints of Rust #BA3C06
RGB
CMYK
RGB Variations
Color information
#BA3C06 (or 0xBA3C06) is known color: Rust. HEX triplet: BA, 3C and 06. RGB value is (186,60,6). Sum of RGB (Red+Green+Blue) = 186+60+6=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C06 is #45C3F9. Grayscale: #5B5B5B. Windows color (decimal): -4572154 or 408762. OLE color: 408762.
HSL color Cylindrical-coordinate representation of color #BA3C06: hue angle of 18º 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 #BA3C06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.27 |
| HSL | 18º | 0.94% | 0.38% | - |
| HSV(B) | 18º | 0.97% | 0.73% | - |
| XYZ | 21.9 | 13.68 | 1.66 | - |
| YUV | 91.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 6 | 0 | 0.68 | 0.97 | 0.27 | 18 | 0.94 | 0.38 |
| Hex | BA | 3C | 6 | 0 | 44 | 61 | 1B | 12 | 5E | 26 |
| Octal | 272 | 74 | 6 | 0 | 104 | 141 | 33 | 22 | 136 | 46 |
| Binary | 10111010 | 111100 | 110 | 0 | 1000100 | 1100001 | 11011 | 10010 | 1011110 | 100110 |
Color Harmonies of #BA3C06
Complementary color
Monochromatic Colors of #BA3C06
Black with #BA3C06
Text Example
Text Example
White with #BA3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C06; }
p { color: rgb(186,60,6); }
H1.HeaderClassName
{
color: #BA3C06;
}
.AnyTagClassName
{
color: #BA3C06;
}
</style>
background-color css
<style>
a { background-color: #BA3C06; }
a { background-color: rgb(186,60,6); }
div.DivClassName
{
background-color: #BA3C06;
}
.BgClassName
{
background-color: #BA3C06;
}
</style>
border-color css
<style>
span { border-color: #BA3C06; }
span { border-color: rgb(186,60,6); }
td.TdClassName
{
border-color: #BA3C06;
}
.TagClassName
{
border-color: #BA3C06;
}
</style>