Shades of Rust #BA4809
Tints of Rust #BA4809
RGB
CMYK
RGB Variations
Color information
#BA4809 (or 0xBA4809) is known color: Rust. HEX triplet: BA, 48 and 09. RGB value is (186,72,9). Sum of RGB (Red+Green+Blue) = 186+72+9=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4809 is #45B7F6. Grayscale: #636363. Windows color (decimal): -4569079 or 608442. OLE color: 608442.
HSL color Cylindrical-coordinate representation of color #BA4809: hue angle of 21.36º 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 #BA4809 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.27 |
| HSL | 21.36º | 0.91% | 0.38% | - |
| HSV(B) | 21.36º | 0.95% | 0.73% | - |
| XYZ | 22.62 | 15.09 | 1.98 | - |
| YUV | 98.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 9 | 0 | 0.61 | 0.95 | 0.27 | 21.36 | 0.91 | 0.38 |
| Hex | BA | 48 | 9 | 0 | 3D | 5F | 1B | 15 | 5B | 26 |
| Octal | 272 | 110 | 11 | 0 | 75 | 137 | 33 | 25 | 133 | 46 |
| Binary | 10111010 | 1001000 | 1001 | 0 | 111101 | 1011111 | 11011 | 10101 | 1011011 | 100110 |
Color Harmonies of #BA4809
Complementary color
Monochromatic Colors of #BA4809
Black with #BA4809
Text Example
Text Example
White with #BA4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4809; }
p { color: rgb(186,72,9); }
H1.HeaderClassName
{
color: #BA4809;
}
.AnyTagClassName
{
color: #BA4809;
}
</style>
background-color css
<style>
a { background-color: #BA4809; }
a { background-color: rgb(186,72,9); }
div.DivClassName
{
background-color: #BA4809;
}
.BgClassName
{
background-color: #BA4809;
}
</style>
border-color css
<style>
span { border-color: #BA4809; }
span { border-color: rgb(186,72,9); }
td.TdClassName
{
border-color: #BA4809;
}
.TagClassName
{
border-color: #BA4809;
}
</style>