Shades of Rust #BA3E11
Tints of Rust #BA3E11
RGB
CMYK
RGB Variations
Color information
#BA3E11 (or 0xBA3E11) is known color: Rust. HEX triplet: BA, 3E and 11. RGB value is (186,62,17). Sum of RGB (Red+Green+Blue) = 186+62+17=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3E11 is #45C1EE. Grayscale: #5E5E5E. Windows color (decimal): -4571631 or 1130170. OLE color: 1130170.
HSL color Cylindrical-coordinate representation of color #BA3E11: hue angle of 15.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA3E11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.27 |
| HSL | 15.98º | 0.83% | 0.4% | - |
| HSV(B) | 15.98º | 0.91% | 0.73% | - |
| XYZ | 22.07 | 13.92 | 2.05 | - |
| YUV | 93.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 17 | 0 | 0.67 | 0.91 | 0.27 | 15.98 | 0.83 | 0.4 |
| Hex | BA | 3E | 11 | 0 | 43 | 5B | 1B | 10 | 53 | 28 |
| Octal | 272 | 76 | 21 | 0 | 103 | 133 | 33 | 20 | 123 | 50 |
| Binary | 10111010 | 111110 | 10001 | 0 | 1000011 | 1011011 | 11011 | 10000 | 1010011 | 101000 |
Color Harmonies of #BA3E11
Complementary color
Monochromatic Colors of #BA3E11
Black with #BA3E11
Text Example
Text Example
White with #BA3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E11; }
p { color: rgb(186,62,17); }
H1.HeaderClassName
{
color: #BA3E11;
}
.AnyTagClassName
{
color: #BA3E11;
}
</style>
background-color css
<style>
a { background-color: #BA3E11; }
a { background-color: rgb(186,62,17); }
div.DivClassName
{
background-color: #BA3E11;
}
.BgClassName
{
background-color: #BA3E11;
}
</style>
border-color css
<style>
span { border-color: #BA3E11; }
span { border-color: rgb(186,62,17); }
td.TdClassName
{
border-color: #BA3E11;
}
.TagClassName
{
border-color: #BA3E11;
}
</style>