Shades of Rust #BA3309
Tints of Rust #BA3309
RGB
CMYK
RGB Variations
Color information
#BA3309 (or 0xBA3309) is known color: Rust. HEX triplet: BA, 33 and 09. RGB value is (186,51,9). Sum of RGB (Red+Green+Blue) = 186+51+9=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3309 is #45CCF6. Grayscale: #565656. Windows color (decimal): -4574455 or 603066. OLE color: 603066.
HSL color Cylindrical-coordinate representation of color #BA3309: hue angle of 14.24º 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 #BA3309 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.27 |
| HSL | 14.24º | 0.91% | 0.38% | - |
| HSV(B) | 14.24º | 0.95% | 0.73% | - |
| XYZ | 21.48 | 12.83 | 1.6 | - |
| YUV | 86.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 9 | 0 | 0.73 | 0.95 | 0.27 | 14.24 | 0.91 | 0.38 |
| Hex | BA | 33 | 9 | 0 | 49 | 5F | 1B | E | 5B | 26 |
| Octal | 272 | 63 | 11 | 0 | 111 | 137 | 33 | 16 | 133 | 46 |
| Binary | 10111010 | 110011 | 1001 | 0 | 1001001 | 1011111 | 11011 | 1110 | 1011011 | 100110 |
Color Harmonies of #BA3309
Complementary color
Monochromatic Colors of #BA3309
Black with #BA3309
Text Example
Text Example
White with #BA3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3309; }
p { color: rgb(186,51,9); }
H1.HeaderClassName
{
color: #BA3309;
}
.AnyTagClassName
{
color: #BA3309;
}
</style>
background-color css
<style>
a { background-color: #BA3309; }
a { background-color: rgb(186,51,9); }
div.DivClassName
{
background-color: #BA3309;
}
.BgClassName
{
background-color: #BA3309;
}
</style>
border-color css
<style>
span { border-color: #BA3309; }
span { border-color: rgb(186,51,9); }
td.TdClassName
{
border-color: #BA3309;
}
.TagClassName
{
border-color: #BA3309;
}
</style>