Shades of Rust #BA4309
Tints of Rust #BA4309
RGB
CMYK
RGB Variations
Color information
#BA4309 (or 0xBA4309) is known color: Rust. HEX triplet: BA, 43 and 09. RGB value is (186,67,9). Sum of RGB (Red+Green+Blue) = 186+67+9=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4309 is #45BCF6. Grayscale: #606060. Windows color (decimal): -4570359 or 607162. OLE color: 607162.
HSL color Cylindrical-coordinate representation of color #BA4309: hue angle of 19.66º 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 #BA4309 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.27 |
| HSL | 19.66º | 0.91% | 0.38% | - |
| HSV(B) | 19.66º | 0.95% | 0.73% | - |
| XYZ | 22.31 | 14.47 | 1.88 | - |
| YUV | 95.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 9 | 0 | 0.64 | 0.95 | 0.27 | 19.66 | 0.91 | 0.38 |
| Hex | BA | 43 | 9 | 0 | 40 | 5F | 1B | 14 | 5B | 26 |
| Octal | 272 | 103 | 11 | 0 | 100 | 137 | 33 | 24 | 133 | 46 |
| Binary | 10111010 | 1000011 | 1001 | 0 | 1000000 | 1011111 | 11011 | 10100 | 1011011 | 100110 |
Color Harmonies of #BA4309
Complementary color
Monochromatic Colors of #BA4309
Black with #BA4309
Text Example
Text Example
White with #BA4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4309; }
p { color: rgb(186,67,9); }
H1.HeaderClassName
{
color: #BA4309;
}
.AnyTagClassName
{
color: #BA4309;
}
</style>
background-color css
<style>
a { background-color: #BA4309; }
a { background-color: rgb(186,67,9); }
div.DivClassName
{
background-color: #BA4309;
}
.BgClassName
{
background-color: #BA4309;
}
</style>
border-color css
<style>
span { border-color: #BA4309; }
span { border-color: rgb(186,67,9); }
td.TdClassName
{
border-color: #BA4309;
}
.TagClassName
{
border-color: #BA4309;
}
</style>