Shades of Rust #BA4509
Tints of Rust #BA4509
RGB
CMYK
RGB Variations
Color information
#BA4509 (or 0xBA4509) is known color: Rust. HEX triplet: BA, 45 and 09. RGB value is (186,69,9). Sum of RGB (Red+Green+Blue) = 186+69+9=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4509 is #45BAF6. Grayscale: #616161. Windows color (decimal): -4569847 or 607674. OLE color: 607674.
HSL color Cylindrical-coordinate representation of color #BA4509: hue angle of 20.34º 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 #BA4509 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.27 |
| HSL | 20.34º | 0.91% | 0.38% | - |
| HSV(B) | 20.34º | 0.95% | 0.73% | - |
| XYZ | 22.43 | 14.72 | 1.92 | - |
| YUV | 97.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 9 | 0 | 0.63 | 0.95 | 0.27 | 20.34 | 0.91 | 0.38 |
| Hex | BA | 45 | 9 | 0 | 3F | 5F | 1B | 14 | 5B | 26 |
| Octal | 272 | 105 | 11 | 0 | 77 | 137 | 33 | 24 | 133 | 46 |
| Binary | 10111010 | 1000101 | 1001 | 0 | 111111 | 1011111 | 11011 | 10100 | 1011011 | 100110 |
Color Harmonies of #BA4509
Complementary color
Monochromatic Colors of #BA4509
Black with #BA4509
Text Example
Text Example
White with #BA4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4509; }
p { color: rgb(186,69,9); }
H1.HeaderClassName
{
color: #BA4509;
}
.AnyTagClassName
{
color: #BA4509;
}
</style>
background-color css
<style>
a { background-color: #BA4509; }
a { background-color: rgb(186,69,9); }
div.DivClassName
{
background-color: #BA4509;
}
.BgClassName
{
background-color: #BA4509;
}
</style>
border-color css
<style>
span { border-color: #BA4509; }
span { border-color: rgb(186,69,9); }
td.TdClassName
{
border-color: #BA4509;
}
.TagClassName
{
border-color: #BA4509;
}
</style>