Shades of Rust #BA411F
Tints of Rust #BA411F
RGB
CMYK
RGB Variations
Color information
#BA411F (or 0xBA411F) is known color: Rust. HEX triplet: BA, 41 and 1F. RGB value is (186,65,31). Sum of RGB (Red+Green+Blue) = 186+65+31=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA411F is #45BEE0. Grayscale: #616161. Windows color (decimal): -4570849 or 2048442. OLE color: 2048442.
HSL color Cylindrical-coordinate representation of color #BA411F: hue angle of 13.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA411F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 31 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.27 |
| HSL | 13.16º | 0.71% | 0.43% | - |
| HSV(B) | 13.16º | 0.83% | 0.73% | - |
| XYZ | 22.39 | 14.32 | 2.88 | - |
| YUV | 97.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 31 | 0 | 0.65 | 0.83 | 0.27 | 13.16 | 0.71 | 0.43 |
| Hex | BA | 41 | 1F | 0 | 41 | 53 | 1B | D | 47 | 2B |
| Octal | 272 | 101 | 37 | 0 | 101 | 123 | 33 | 15 | 107 | 53 |
| Binary | 10111010 | 1000001 | 11111 | 0 | 1000001 | 1010011 | 11011 | 1101 | 1000111 | 101011 |
Color Harmonies of #BA411F
Complementary color
Monochromatic Colors of #BA411F
Black with #BA411F
Text Example
Text Example
White with #BA411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA411F; }
p { color: rgb(186,65,31); }
H1.HeaderClassName
{
color: #BA411F;
}
.AnyTagClassName
{
color: #BA411F;
}
</style>
background-color css
<style>
a { background-color: #BA411F; }
a { background-color: rgb(186,65,31); }
div.DivClassName
{
background-color: #BA411F;
}
.BgClassName
{
background-color: #BA411F;
}
</style>
border-color css
<style>
span { border-color: #BA411F; }
span { border-color: rgb(186,65,31); }
td.TdClassName
{
border-color: #BA411F;
}
.TagClassName
{
border-color: #BA411F;
}
</style>