Shades of Rust #BA4306
Tints of Rust #BA4306
RGB
CMYK
RGB Variations
Color information
#BA4306 (or 0xBA4306) is known color: Rust. HEX triplet: BA, 43 and 06. RGB value is (186,67,6). Sum of RGB (Red+Green+Blue) = 186+67+6=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4306 is #45BCF9. Grayscale: #5F5F5F. Windows color (decimal): -4570362 or 410554. OLE color: 410554.
HSL color Cylindrical-coordinate representation of color #BA4306: hue angle of 20.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 #BA4306 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.27 |
| HSL | 20.33º | 0.94% | 0.38% | - |
| HSV(B) | 20.33º | 0.97% | 0.73% | - |
| XYZ | 22.29 | 14.47 | 1.79 | - |
| YUV | 95.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 6 | 0 | 0.64 | 0.97 | 0.27 | 20.33 | 0.94 | 0.38 |
| Hex | BA | 43 | 6 | 0 | 40 | 61 | 1B | 14 | 5E | 26 |
| Octal | 272 | 103 | 6 | 0 | 100 | 141 | 33 | 24 | 136 | 46 |
| Binary | 10111010 | 1000011 | 110 | 0 | 1000000 | 1100001 | 11011 | 10100 | 1011110 | 100110 |
Color Harmonies of #BA4306
Complementary color
Monochromatic Colors of #BA4306
Black with #BA4306
Text Example
Text Example
White with #BA4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4306; }
p { color: rgb(186,67,6); }
H1.HeaderClassName
{
color: #BA4306;
}
.AnyTagClassName
{
color: #BA4306;
}
</style>
background-color css
<style>
a { background-color: #BA4306; }
a { background-color: rgb(186,67,6); }
div.DivClassName
{
background-color: #BA4306;
}
.BgClassName
{
background-color: #BA4306;
}
</style>
border-color css
<style>
span { border-color: #BA4306; }
span { border-color: rgb(186,67,6); }
td.TdClassName
{
border-color: #BA4306;
}
.TagClassName
{
border-color: #BA4306;
}
</style>