Shades of Rust #BA3101
Tints of Rust #BA3101
RGB
CMYK
RGB Variations
Color information
#BA3101 (or 0xBA3101) is known color: Rust. HEX triplet: BA, 31 and 01. RGB value is (186,49,1). Sum of RGB (Red+Green+Blue) = 186+49+1=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3101 is #45CEFE. Grayscale: #545454. Windows color (decimal): -4574975 or 78266. OLE color: 78266.
HSL color Cylindrical-coordinate representation of color #BA3101: hue angle of 15.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA3101 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.27 |
| HSL | 15.57º | 0.99% | 0.37% | - |
| HSV(B) | 15.57º | 0.99% | 0.73% | - |
| XYZ | 21.35 | 12.64 | 1.34 | - |
| YUV | 84.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 1 | 0 | 0.74 | 0.99 | 0.27 | 15.57 | 0.99 | 0.37 |
| Hex | BA | 31 | 1 | 0 | 4A | 63 | 1B | 10 | 63 | 25 |
| Octal | 272 | 61 | 1 | 0 | 112 | 143 | 33 | 20 | 143 | 45 |
| Binary | 10111010 | 110001 | 1 | 0 | 1001010 | 1100011 | 11011 | 10000 | 1100011 | 100101 |
Color Harmonies of #BA3101
Complementary color
Monochromatic Colors of #BA3101
Black with #BA3101
Text Example
Text Example
White with #BA3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3101; }
p { color: rgb(186,49,1); }
H1.HeaderClassName
{
color: #BA3101;
}
.AnyTagClassName
{
color: #BA3101;
}
</style>
background-color css
<style>
a { background-color: #BA3101; }
a { background-color: rgb(186,49,1); }
div.DivClassName
{
background-color: #BA3101;
}
.BgClassName
{
background-color: #BA3101;
}
</style>
border-color css
<style>
span { border-color: #BA3101; }
span { border-color: rgb(186,49,1); }
td.TdClassName
{
border-color: #BA3101;
}
.TagClassName
{
border-color: #BA3101;
}
</style>