Shades of Rust #BA3A09
Tints of Rust #BA3A09
RGB
CMYK
RGB Variations
Color information
#BA3A09 (or 0xBA3A09) is known color: Rust. HEX triplet: BA, 3A and 09. RGB value is (186,58,9). Sum of RGB (Red+Green+Blue) = 186+58+9=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3A09 is #45C5F6. Grayscale: #5B5B5B. Windows color (decimal): -4572663 or 604858. OLE color: 604858.
HSL color Cylindrical-coordinate representation of color #BA3A09: hue angle of 16.61º 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 #BA3A09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.27 |
| HSL | 16.61º | 0.91% | 0.38% | - |
| HSV(B) | 16.61º | 0.95% | 0.73% | - |
| XYZ | 21.81 | 13.48 | 1.71 | - |
| YUV | 90.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 9 | 0 | 0.69 | 0.95 | 0.27 | 16.61 | 0.91 | 0.38 |
| Hex | BA | 3A | 9 | 0 | 45 | 5F | 1B | 11 | 5B | 26 |
| Octal | 272 | 72 | 11 | 0 | 105 | 137 | 33 | 21 | 133 | 46 |
| Binary | 10111010 | 111010 | 1001 | 0 | 1000101 | 1011111 | 11011 | 10001 | 1011011 | 100110 |
Color Harmonies of #BA3A09
Complementary color
Monochromatic Colors of #BA3A09
Black with #BA3A09
Text Example
Text Example
White with #BA3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A09; }
p { color: rgb(186,58,9); }
H1.HeaderClassName
{
color: #BA3A09;
}
.AnyTagClassName
{
color: #BA3A09;
}
</style>
background-color css
<style>
a { background-color: #BA3A09; }
a { background-color: rgb(186,58,9); }
div.DivClassName
{
background-color: #BA3A09;
}
.BgClassName
{
background-color: #BA3A09;
}
</style>
border-color css
<style>
span { border-color: #BA3A09; }
span { border-color: rgb(186,58,9); }
td.TdClassName
{
border-color: #BA3A09;
}
.TagClassName
{
border-color: #BA3A09;
}
</style>