Shades of Rust #BA411B
Tints of Rust #BA411B
RGB
CMYK
RGB Variations
Color information
#BA411B (or 0xBA411B) is known color: Rust. HEX triplet: BA, 41 and 1B. RGB value is (186,65,27). Sum of RGB (Red+Green+Blue) = 186+65+27=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA411B is #45BEE4. Grayscale: #616161. Windows color (decimal): -4570853 or 1786298. OLE color: 1786298.
HSL color Cylindrical-coordinate representation of color #BA411B: hue angle of 14.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA411B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.27 |
| HSL | 14.34º | 0.75% | 0.42% | - |
| HSV(B) | 14.34º | 0.85% | 0.73% | - |
| XYZ | 22.34 | 14.3 | 2.62 | - |
| YUV | 96.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 27 | 0 | 0.65 | 0.85 | 0.27 | 14.34 | 0.75 | 0.42 |
| Hex | BA | 41 | 1B | 0 | 41 | 55 | 1B | E | 4B | 2A |
| Octal | 272 | 101 | 33 | 0 | 101 | 125 | 33 | 16 | 113 | 52 |
| Binary | 10111010 | 1000001 | 11011 | 0 | 1000001 | 1010101 | 11011 | 1110 | 1001011 | 101010 |
Color Harmonies of #BA411B
Complementary color
Monochromatic Colors of #BA411B
Black with #BA411B
Text Example
Text Example
White with #BA411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA411B; }
p { color: rgb(186,65,27); }
H1.HeaderClassName
{
color: #BA411B;
}
.AnyTagClassName
{
color: #BA411B;
}
</style>
background-color css
<style>
a { background-color: #BA411B; }
a { background-color: rgb(186,65,27); }
div.DivClassName
{
background-color: #BA411B;
}
.BgClassName
{
background-color: #BA411B;
}
</style>
border-color css
<style>
span { border-color: #BA411B; }
span { border-color: rgb(186,65,27); }
td.TdClassName
{
border-color: #BA411B;
}
.TagClassName
{
border-color: #BA411B;
}
</style>