Shades of Rust #BA3809
Tints of Rust #BA3809
RGB
CMYK
RGB Variations
Color information
#BA3809 (or 0xBA3809) is known color: Rust. HEX triplet: BA, 38 and 09. RGB value is (186,56,9). Sum of RGB (Red+Green+Blue) = 186+56+9=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3809 is #45C7F6. Grayscale: #595959. Windows color (decimal): -4573175 or 604346. OLE color: 604346.
HSL color Cylindrical-coordinate representation of color #BA3809: hue angle of 15.93º 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 #BA3809 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.27 |
| HSL | 15.93º | 0.91% | 0.38% | - |
| HSV(B) | 15.93º | 0.95% | 0.73% | - |
| XYZ | 21.71 | 13.29 | 1.68 | - |
| YUV | 89.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 9 | 0 | 0.70 | 0.95 | 0.27 | 15.93 | 0.91 | 0.38 |
| Hex | BA | 38 | 9 | 0 | 46 | 5F | 1B | 10 | 5B | 26 |
| Octal | 272 | 70 | 11 | 0 | 106 | 137 | 33 | 20 | 133 | 46 |
| Binary | 10111010 | 111000 | 1001 | 0 | 1000110 | 1011111 | 11011 | 10000 | 1011011 | 100110 |
Color Harmonies of #BA3809
Complementary color
Monochromatic Colors of #BA3809
Black with #BA3809
Text Example
Text Example
White with #BA3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3809; }
p { color: rgb(186,56,9); }
H1.HeaderClassName
{
color: #BA3809;
}
.AnyTagClassName
{
color: #BA3809;
}
</style>
background-color css
<style>
a { background-color: #BA3809; }
a { background-color: rgb(186,56,9); }
div.DivClassName
{
background-color: #BA3809;
}
.BgClassName
{
background-color: #BA3809;
}
</style>
border-color css
<style>
span { border-color: #BA3809; }
span { border-color: rgb(186,56,9); }
td.TdClassName
{
border-color: #BA3809;
}
.TagClassName
{
border-color: #BA3809;
}
</style>