Shades of Rust #BA3209
Tints of Rust #BA3209
RGB
CMYK
RGB Variations
Color information
#BA3209 (or 0xBA3209) is known color: Rust. HEX triplet: BA, 32 and 09. RGB value is (186,50,9). Sum of RGB (Red+Green+Blue) = 186+50+9=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3209 is #45CDF6. Grayscale: #565656. Windows color (decimal): -4574711 or 602810. OLE color: 602810.
HSL color Cylindrical-coordinate representation of color #BA3209: hue angle of 13.9º 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 #BA3209 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.27 |
| HSL | 13.9º | 0.91% | 0.38% | - |
| HSV(B) | 13.9º | 0.95% | 0.73% | - |
| XYZ | 21.44 | 12.74 | 1.59 | - |
| YUV | 85.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 9 | 0 | 0.73 | 0.95 | 0.27 | 13.9 | 0.91 | 0.38 |
| Hex | BA | 32 | 9 | 0 | 49 | 5F | 1B | E | 5B | 26 |
| Octal | 272 | 62 | 11 | 0 | 111 | 137 | 33 | 16 | 133 | 46 |
| Binary | 10111010 | 110010 | 1001 | 0 | 1001001 | 1011111 | 11011 | 1110 | 1011011 | 100110 |
Color Harmonies of #BA3209
Complementary color
Monochromatic Colors of #BA3209
Black with #BA3209
Text Example
Text Example
White with #BA3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3209; }
p { color: rgb(186,50,9); }
H1.HeaderClassName
{
color: #BA3209;
}
.AnyTagClassName
{
color: #BA3209;
}
</style>
background-color css
<style>
a { background-color: #BA3209; }
a { background-color: rgb(186,50,9); }
div.DivClassName
{
background-color: #BA3209;
}
.BgClassName
{
background-color: #BA3209;
}
</style>
border-color css
<style>
span { border-color: #BA3209; }
span { border-color: rgb(186,50,9); }
td.TdClassName
{
border-color: #BA3209;
}
.TagClassName
{
border-color: #BA3209;
}
</style>