Shades of Rust #BA4409
Tints of Rust #BA4409
RGB
CMYK
RGB Variations
Color information
#BA4409 (or 0xBA4409) is known color: Rust. HEX triplet: BA, 44 and 09. RGB value is (186,68,9). Sum of RGB (Red+Green+Blue) = 186+68+9=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4409 is #45BBF6. Grayscale: #606060. Windows color (decimal): -4570103 or 607418. OLE color: 607418.
HSL color Cylindrical-coordinate representation of color #BA4409: hue angle of 20º 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 #BA4409 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.27 |
| HSL | 20º | 0.91% | 0.38% | - |
| HSV(B) | 20º | 0.95% | 0.73% | - |
| XYZ | 22.37 | 14.59 | 1.9 | - |
| YUV | 96.56 | 78.59 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 9 | 0 | 0.63 | 0.95 | 0.27 | 20 | 0.91 | 0.38 |
| Hex | BA | 44 | 9 | 0 | 3F | 5F | 1B | 14 | 5B | 26 |
| Octal | 272 | 104 | 11 | 0 | 77 | 137 | 33 | 24 | 133 | 46 |
| Binary | 10111010 | 1000100 | 1001 | 0 | 111111 | 1011111 | 11011 | 10100 | 1011011 | 100110 |
Color Harmonies of #BA4409
Complementary color
Monochromatic Colors of #BA4409
Black with #BA4409
Text Example
Text Example
White with #BA4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4409; }
p { color: rgb(186,68,9); }
H1.HeaderClassName
{
color: #BA4409;
}
.AnyTagClassName
{
color: #BA4409;
}
</style>
background-color css
<style>
a { background-color: #BA4409; }
a { background-color: rgb(186,68,9); }
div.DivClassName
{
background-color: #BA4409;
}
.BgClassName
{
background-color: #BA4409;
}
</style>
border-color css
<style>
span { border-color: #BA4409; }
span { border-color: rgb(186,68,9); }
td.TdClassName
{
border-color: #BA4409;
}
.TagClassName
{
border-color: #BA4409;
}
</style>