Shades of Rust #BA4006
Tints of Rust #BA4006
RGB
CMYK
RGB Variations
Color information
#BA4006 (or 0xBA4006) is known color: Rust. HEX triplet: BA, 40 and 06. RGB value is (186,64,6). Sum of RGB (Red+Green+Blue) = 186+64+6=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4006 is #45BFF9. Grayscale: #5E5E5E. Windows color (decimal): -4571130 or 409786. OLE color: 409786.
HSL color Cylindrical-coordinate representation of color #BA4006: hue angle of 19.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 #BA4006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.27 |
| HSL | 19.33º | 0.94% | 0.38% | - |
| HSV(B) | 19.33º | 0.97% | 0.73% | - |
| XYZ | 22.12 | 14.12 | 1.73 | - |
| YUV | 93.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 6 | 0 | 0.66 | 0.97 | 0.27 | 19.33 | 0.94 | 0.38 |
| Hex | BA | 40 | 6 | 0 | 42 | 61 | 1B | 13 | 5E | 26 |
| Octal | 272 | 100 | 6 | 0 | 102 | 141 | 33 | 23 | 136 | 46 |
| Binary | 10111010 | 1000000 | 110 | 0 | 1000010 | 1100001 | 11011 | 10011 | 1011110 | 100110 |
Color Harmonies of #BA4006
Complementary color
Monochromatic Colors of #BA4006
Black with #BA4006
Text Example
Text Example
White with #BA4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4006; }
p { color: rgb(186,64,6); }
H1.HeaderClassName
{
color: #BA4006;
}
.AnyTagClassName
{
color: #BA4006;
}
</style>
background-color css
<style>
a { background-color: #BA4006; }
a { background-color: rgb(186,64,6); }
div.DivClassName
{
background-color: #BA4006;
}
.BgClassName
{
background-color: #BA4006;
}
</style>
border-color css
<style>
span { border-color: #BA4006; }
span { border-color: rgb(186,64,6); }
td.TdClassName
{
border-color: #BA4006;
}
.TagClassName
{
border-color: #BA4006;
}
</style>