Shades of Rust #BA3F10
Tints of Rust #BA3F10
RGB
CMYK
RGB Variations
Color information
#BA3F10 (or 0xBA3F10) is known color: Rust. HEX triplet: BA, 3F and 10. RGB value is (186,63,16). Sum of RGB (Red+Green+Blue) = 186+63+16=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3F10 is #45C0EF. Grayscale: #5E5E5E. Windows color (decimal): -4571376 or 1064890. OLE color: 1064890.
HSL color Cylindrical-coordinate representation of color #BA3F10: hue angle of 16.59º degrees, saturation: 0.84, 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 #BA3F10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 16 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.27 |
| HSL | 16.59º | 0.84% | 0.4% | - |
| HSV(B) | 16.59º | 0.91% | 0.73% | - |
| XYZ | 22.12 | 14.03 | 2.03 | - |
| YUV | 94.42 | 83.75 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 16 | 0 | 0.66 | 0.91 | 0.27 | 16.59 | 0.84 | 0.4 |
| Hex | BA | 3F | 10 | 0 | 42 | 5B | 1B | 11 | 54 | 28 |
| Octal | 272 | 77 | 20 | 0 | 102 | 133 | 33 | 21 | 124 | 50 |
| Binary | 10111010 | 111111 | 10000 | 0 | 1000010 | 1011011 | 11011 | 10001 | 1010100 | 101000 |
Color Harmonies of #BA3F10
Complementary color
Monochromatic Colors of #BA3F10
Black with #BA3F10
Text Example
Text Example
White with #BA3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F10; }
p { color: rgb(186,63,16); }
H1.HeaderClassName
{
color: #BA3F10;
}
.AnyTagClassName
{
color: #BA3F10;
}
</style>
background-color css
<style>
a { background-color: #BA3F10; }
a { background-color: rgb(186,63,16); }
div.DivClassName
{
background-color: #BA3F10;
}
.BgClassName
{
background-color: #BA3F10;
}
</style>
border-color css
<style>
span { border-color: #BA3F10; }
span { border-color: rgb(186,63,16); }
td.TdClassName
{
border-color: #BA3F10;
}
.TagClassName
{
border-color: #BA3F10;
}
</style>