Shades of Rust #BA3509
Tints of Rust #BA3509
RGB
CMYK
RGB Variations
Color information
#BA3509 (or 0xBA3509) is known color: Rust. HEX triplet: BA, 35 and 09. RGB value is (186,53,9). Sum of RGB (Red+Green+Blue) = 186+53+9=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3509 is #45CAF6. Grayscale: #585858. Windows color (decimal): -4573943 or 603578. OLE color: 603578.
HSL color Cylindrical-coordinate representation of color #BA3509: hue angle of 14.92º 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 #BA3509 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.27 |
| HSL | 14.92º | 0.91% | 0.38% | - |
| HSV(B) | 14.92º | 0.95% | 0.73% | - |
| XYZ | 21.57 | 13.01 | 1.63 | - |
| YUV | 87.75 | 83.56 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 9 | 0 | 0.72 | 0.95 | 0.27 | 14.92 | 0.91 | 0.38 |
| Hex | BA | 35 | 9 | 0 | 48 | 5F | 1B | F | 5B | 26 |
| Octal | 272 | 65 | 11 | 0 | 110 | 137 | 33 | 17 | 133 | 46 |
| Binary | 10111010 | 110101 | 1001 | 0 | 1001000 | 1011111 | 11011 | 1111 | 1011011 | 100110 |
Color Harmonies of #BA3509
Complementary color
Monochromatic Colors of #BA3509
Black with #BA3509
Text Example
Text Example
White with #BA3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3509; }
p { color: rgb(186,53,9); }
H1.HeaderClassName
{
color: #BA3509;
}
.AnyTagClassName
{
color: #BA3509;
}
</style>
background-color css
<style>
a { background-color: #BA3509; }
a { background-color: rgb(186,53,9); }
div.DivClassName
{
background-color: #BA3509;
}
.BgClassName
{
background-color: #BA3509;
}
</style>
border-color css
<style>
span { border-color: #BA3509; }
span { border-color: rgb(186,53,9); }
td.TdClassName
{
border-color: #BA3509;
}
.TagClassName
{
border-color: #BA3509;
}
</style>