Shades of Rust #BA401E
Tints of Rust #BA401E
RGB
CMYK
RGB Variations
Color information
#BA401E (or 0xBA401E) is known color: Rust. HEX triplet: BA, 40 and 1E. RGB value is (186,64,30). Sum of RGB (Red+Green+Blue) = 186+64+30=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA401E is #45BFE1. Grayscale: #606060. Windows color (decimal): -4571106 or 1982650. OLE color: 1982650.
HSL color Cylindrical-coordinate representation of color #BA401E: hue angle of 13.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA401E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 30 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.27 |
| HSL | 13.08º | 0.72% | 0.42% | - |
| HSV(B) | 13.08º | 0.84% | 0.73% | - |
| XYZ | 22.32 | 14.2 | 2.79 | - |
| YUV | 96.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 30 | 0 | 0.66 | 0.84 | 0.27 | 13.08 | 0.72 | 0.42 |
| Hex | BA | 40 | 1E | 0 | 42 | 54 | 1B | D | 48 | 2A |
| Octal | 272 | 100 | 36 | 0 | 102 | 124 | 33 | 15 | 110 | 52 |
| Binary | 10111010 | 1000000 | 11110 | 0 | 1000010 | 1010100 | 11011 | 1101 | 1001000 | 101010 |
Color Harmonies of #BA401E
Complementary color
Monochromatic Colors of #BA401E
Black with #BA401E
Text Example
Text Example
White with #BA401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA401E; }
p { color: rgb(186,64,30); }
H1.HeaderClassName
{
color: #BA401E;
}
.AnyTagClassName
{
color: #BA401E;
}
</style>
background-color css
<style>
a { background-color: #BA401E; }
a { background-color: rgb(186,64,30); }
div.DivClassName
{
background-color: #BA401E;
}
.BgClassName
{
background-color: #BA401E;
}
</style>
border-color css
<style>
span { border-color: #BA401E; }
span { border-color: rgb(186,64,30); }
td.TdClassName
{
border-color: #BA401E;
}
.TagClassName
{
border-color: #BA401E;
}
</style>