Shades of Rust #BA3C10
Tints of Rust #BA3C10
RGB
CMYK
RGB Variations
Color information
#BA3C10 (or 0xBA3C10) is known color: Rust. HEX triplet: BA, 3C and 10. RGB value is (186,60,16). Sum of RGB (Red+Green+Blue) = 186+60+16=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C10 is #45C3EF. Grayscale: #5C5C5C. Windows color (decimal): -4572144 or 1064122. OLE color: 1064122.
HSL color Cylindrical-coordinate representation of color #BA3C10: hue angle of 15.53º 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 #BA3C10 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 16 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.27 |
| HSL | 15.53º | 0.84% | 0.4% | - |
| HSV(B) | 15.53º | 0.91% | 0.73% | - |
| XYZ | 21.96 | 13.71 | 1.98 | - |
| YUV | 92.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 16 | 0 | 0.68 | 0.91 | 0.27 | 15.53 | 0.84 | 0.4 |
| Hex | BA | 3C | 10 | 0 | 44 | 5B | 1B | 10 | 54 | 28 |
| Octal | 272 | 74 | 20 | 0 | 104 | 133 | 33 | 20 | 124 | 50 |
| Binary | 10111010 | 111100 | 10000 | 0 | 1000100 | 1011011 | 11011 | 10000 | 1010100 | 101000 |
Color Harmonies of #BA3C10
Complementary color
Monochromatic Colors of #BA3C10
Black with #BA3C10
Text Example
Text Example
White with #BA3C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C10; }
p { color: rgb(186,60,16); }
H1.HeaderClassName
{
color: #BA3C10;
}
.AnyTagClassName
{
color: #BA3C10;
}
</style>
background-color css
<style>
a { background-color: #BA3C10; }
a { background-color: rgb(186,60,16); }
div.DivClassName
{
background-color: #BA3C10;
}
.BgClassName
{
background-color: #BA3C10;
}
</style>
border-color css
<style>
span { border-color: #BA3C10; }
span { border-color: rgb(186,60,16); }
td.TdClassName
{
border-color: #BA3C10;
}
.TagClassName
{
border-color: #BA3C10;
}
</style>