Shades of Rust #BA3409
Tints of Rust #BA3409
RGB
CMYK
RGB Variations
Color information
#BA3409 (or 0xBA3409) is known color: Rust. HEX triplet: BA, 34 and 09. RGB value is (186,52,9). Sum of RGB (Red+Green+Blue) = 186+52+9=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3409 is #45CBF6. Grayscale: #575757. Windows color (decimal): -4574199 or 603322. OLE color: 603322.
HSL color Cylindrical-coordinate representation of color #BA3409: hue angle of 14.58º 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 #BA3409 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.27 |
| HSL | 14.58º | 0.91% | 0.38% | - |
| HSV(B) | 14.58º | 0.95% | 0.73% | - |
| XYZ | 21.53 | 12.91 | 1.62 | - |
| YUV | 87.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 9 | 0 | 0.72 | 0.95 | 0.27 | 14.58 | 0.91 | 0.38 |
| Hex | BA | 34 | 9 | 0 | 48 | 5F | 1B | F | 5B | 26 |
| Octal | 272 | 64 | 11 | 0 | 110 | 137 | 33 | 17 | 133 | 46 |
| Binary | 10111010 | 110100 | 1001 | 0 | 1001000 | 1011111 | 11011 | 1111 | 1011011 | 100110 |
Color Harmonies of #BA3409
Complementary color
Monochromatic Colors of #BA3409
Black with #BA3409
Text Example
Text Example
White with #BA3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3409; }
p { color: rgb(186,52,9); }
H1.HeaderClassName
{
color: #BA3409;
}
.AnyTagClassName
{
color: #BA3409;
}
</style>
background-color css
<style>
a { background-color: #BA3409; }
a { background-color: rgb(186,52,9); }
div.DivClassName
{
background-color: #BA3409;
}
.BgClassName
{
background-color: #BA3409;
}
</style>
border-color css
<style>
span { border-color: #BA3409; }
span { border-color: rgb(186,52,9); }
td.TdClassName
{
border-color: #BA3409;
}
.TagClassName
{
border-color: #BA3409;
}
</style>