Shades of Rust #BA3701
Tints of Rust #BA3701
RGB
CMYK
RGB Variations
Color information
#BA3701 (or 0xBA3701) is known color: Rust. HEX triplet: BA, 37 and 01. RGB value is (186,55,1). Sum of RGB (Red+Green+Blue) = 186+55+1=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3701 is #45C8FE. Grayscale: #585858. Windows color (decimal): -4573439 or 79802. OLE color: 79802.
HSL color Cylindrical-coordinate representation of color #BA3701: hue angle of 17.51º 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 #BA3701 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.27 |
| HSL | 17.51º | 0.99% | 0.37% | - |
| HSV(B) | 17.51º | 0.99% | 0.73% | - |
| XYZ | 21.62 | 13.17 | 1.43 | - |
| YUV | 88.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 1 | 0 | 0.70 | 0.99 | 0.27 | 17.51 | 0.99 | 0.37 |
| Hex | BA | 37 | 1 | 0 | 46 | 63 | 1B | 12 | 63 | 25 |
| Octal | 272 | 67 | 1 | 0 | 106 | 143 | 33 | 22 | 143 | 45 |
| Binary | 10111010 | 110111 | 1 | 0 | 1000110 | 1100011 | 11011 | 10010 | 1100011 | 100101 |
Color Harmonies of #BA3701
Complementary color
Monochromatic Colors of #BA3701
Black with #BA3701
Text Example
Text Example
White with #BA3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3701; }
p { color: rgb(186,55,1); }
H1.HeaderClassName
{
color: #BA3701;
}
.AnyTagClassName
{
color: #BA3701;
}
</style>
background-color css
<style>
a { background-color: #BA3701; }
a { background-color: rgb(186,55,1); }
div.DivClassName
{
background-color: #BA3701;
}
.BgClassName
{
background-color: #BA3701;
}
</style>
border-color css
<style>
span { border-color: #BA3701; }
span { border-color: rgb(186,55,1); }
td.TdClassName
{
border-color: #BA3701;
}
.TagClassName
{
border-color: #BA3701;
}
</style>