Shades of Rust #BA4A09
Tints of Rust #BA4A09
RGB
CMYK
RGB Variations
Color information
#BA4A09 (or 0xBA4A09) is known color: Rust. HEX triplet: BA, 4A and 09. RGB value is (186,74,9). Sum of RGB (Red+Green+Blue) = 186+74+9=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A09 is #45B5F6. Grayscale: #646464. Windows color (decimal): -4568567 or 608954. OLE color: 608954.
HSL color Cylindrical-coordinate representation of color #BA4A09: hue angle of 22.03º 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 #BA4A09 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 9 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.27 |
| HSL | 22.03º | 0.91% | 0.38% | - |
| HSV(B) | 22.03º | 0.95% | 0.73% | - |
| XYZ | 22.75 | 15.36 | 2.02 | - |
| YUV | 100.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 9 | 0 | 0.60 | 0.95 | 0.27 | 22.03 | 0.91 | 0.38 |
| Hex | BA | 4A | 9 | 0 | 3C | 5F | 1B | 16 | 5B | 26 |
| Octal | 272 | 112 | 11 | 0 | 74 | 137 | 33 | 26 | 133 | 46 |
| Binary | 10111010 | 1001010 | 1001 | 0 | 111100 | 1011111 | 11011 | 10110 | 1011011 | 100110 |
Color Harmonies of #BA4A09
Complementary color
Monochromatic Colors of #BA4A09
Black with #BA4A09
Text Example
Text Example
White with #BA4A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A09; }
p { color: rgb(186,74,9); }
H1.HeaderClassName
{
color: #BA4A09;
}
.AnyTagClassName
{
color: #BA4A09;
}
</style>
background-color css
<style>
a { background-color: #BA4A09; }
a { background-color: rgb(186,74,9); }
div.DivClassName
{
background-color: #BA4A09;
}
.BgClassName
{
background-color: #BA4A09;
}
</style>
border-color css
<style>
span { border-color: #BA4A09; }
span { border-color: rgb(186,74,9); }
td.TdClassName
{
border-color: #BA4A09;
}
.TagClassName
{
border-color: #BA4A09;
}
</style>