Shades of Rust #BA3E09
Tints of Rust #BA3E09
RGB
CMYK
RGB Variations
Color information
#BA3E09 (or 0xBA3E09) is known color: Rust. HEX triplet: BA, 3E and 09. RGB value is (186,62,9). Sum of RGB (Red+Green+Blue) = 186+62+9=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E09 is #45C1F6. Grayscale: #5D5D5D. Windows color (decimal): -4571639 or 605882. OLE color: 605882.
HSL color Cylindrical-coordinate representation of color #BA3E09: hue angle of 17.97º 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 #BA3E09 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 9 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.27 |
| HSL | 17.97º | 0.91% | 0.38% | - |
| HSV(B) | 17.97º | 0.95% | 0.73% | - |
| XYZ | 22.02 | 13.9 | 1.78 | - |
| YUV | 93.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 9 | 0 | 0.67 | 0.95 | 0.27 | 17.97 | 0.91 | 0.38 |
| Hex | BA | 3E | 9 | 0 | 43 | 5F | 1B | 12 | 5B | 26 |
| Octal | 272 | 76 | 11 | 0 | 103 | 137 | 33 | 22 | 133 | 46 |
| Binary | 10111010 | 111110 | 1001 | 0 | 1000011 | 1011111 | 11011 | 10010 | 1011011 | 100110 |
Color Harmonies of #BA3E09
Complementary color
Monochromatic Colors of #BA3E09
Black with #BA3E09
Text Example
Text Example
White with #BA3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E09; }
p { color: rgb(186,62,9); }
H1.HeaderClassName
{
color: #BA3E09;
}
.AnyTagClassName
{
color: #BA3E09;
}
</style>
background-color css
<style>
a { background-color: #BA3E09; }
a { background-color: rgb(186,62,9); }
div.DivClassName
{
background-color: #BA3E09;
}
.BgClassName
{
background-color: #BA3E09;
}
</style>
border-color css
<style>
span { border-color: #BA3E09; }
span { border-color: rgb(186,62,9); }
td.TdClassName
{
border-color: #BA3E09;
}
.TagClassName
{
border-color: #BA3E09;
}
</style>