Shades of Rust #BA320B
Tints of Rust #BA320B
RGB
CMYK
RGB Variations
Color information
#BA320B (or 0xBA320B) is known color: Rust. HEX triplet: BA, 32 and 0B. RGB value is (186,50,11). Sum of RGB (Red+Green+Blue) = 186+50+11=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA320B is #45CDF4. Grayscale: #565656. Windows color (decimal): -4574709 or 733882. OLE color: 733882.
HSL color Cylindrical-coordinate representation of color #BA320B: hue angle of 13.37º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA320B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 50 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.27 |
| HSL | 13.37º | 0.89% | 0.39% | - |
| HSV(B) | 13.37º | 0.94% | 0.73% | - |
| XYZ | 21.45 | 12.74 | 1.65 | - |
| YUV | 86.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 11 | 0 | 0.73 | 0.94 | 0.27 | 13.37 | 0.89 | 0.39 |
| Hex | BA | 32 | B | 0 | 49 | 5E | 1B | D | 59 | 27 |
| Octal | 272 | 62 | 13 | 0 | 111 | 136 | 33 | 15 | 131 | 47 |
| Binary | 10111010 | 110010 | 1011 | 0 | 1001001 | 1011110 | 11011 | 1101 | 1011001 | 100111 |
Color Harmonies of #BA320B
Complementary color
Monochromatic Colors of #BA320B
Black with #BA320B
Text Example
Text Example
White with #BA320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA320B; }
p { color: rgb(186,50,11); }
H1.HeaderClassName
{
color: #BA320B;
}
.AnyTagClassName
{
color: #BA320B;
}
</style>
background-color css
<style>
a { background-color: #BA320B; }
a { background-color: rgb(186,50,11); }
div.DivClassName
{
background-color: #BA320B;
}
.BgClassName
{
background-color: #BA320B;
}
</style>
border-color css
<style>
span { border-color: #BA320B; }
span { border-color: rgb(186,50,11); }
td.TdClassName
{
border-color: #BA320B;
}
.TagClassName
{
border-color: #BA320B;
}
</style>