Shades of Rust #BA3709
Tints of Rust #BA3709
RGB
CMYK
RGB Variations
Color information
#BA3709 (or 0xBA3709) is known color: Rust. HEX triplet: BA, 37 and 09. RGB value is (186,55,9). Sum of RGB (Red+Green+Blue) = 186+55+9=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3709 is #45C8F6. Grayscale: #595959. Windows color (decimal): -4573431 or 604090. OLE color: 604090.
HSL color Cylindrical-coordinate representation of color #BA3709: hue angle of 15.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA3709 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.27 |
| HSL | 15.59º | 0.91% | 0.38% | - |
| HSV(B) | 15.59º | 0.95% | 0.73% | - |
| XYZ | 21.67 | 13.19 | 1.66 | - |
| YUV | 88.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 9 | 0 | 0.70 | 0.95 | 0.27 | 15.59 | 0.91 | 0.38 |
| Hex | BA | 37 | 9 | 0 | 46 | 5F | 1B | 10 | 5B | 26 |
| Octal | 272 | 67 | 11 | 0 | 106 | 137 | 33 | 20 | 133 | 46 |
| Binary | 10111010 | 110111 | 1001 | 0 | 1000110 | 1011111 | 11011 | 10000 | 1011011 | 100110 |
Color Harmonies of #BA3709
Complementary color
Monochromatic Colors of #BA3709
Black with #BA3709
Text Example
Text Example
White with #BA3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3709; }
p { color: rgb(186,55,9); }
H1.HeaderClassName
{
color: #BA3709;
}
.AnyTagClassName
{
color: #BA3709;
}
</style>
background-color css
<style>
a { background-color: #BA3709; }
a { background-color: rgb(186,55,9); }
div.DivClassName
{
background-color: #BA3709;
}
.BgClassName
{
background-color: #BA3709;
}
</style>
border-color css
<style>
span { border-color: #BA3709; }
span { border-color: rgb(186,55,9); }
td.TdClassName
{
border-color: #BA3709;
}
.TagClassName
{
border-color: #BA3709;
}
</style>