Shades of Rust #BA461D
Tints of Rust #BA461D
RGB
CMYK
RGB Variations
Color information
#BA461D (or 0xBA461D) is known color: Rust. HEX triplet: BA, 46 and 1D. RGB value is (186,70,29). Sum of RGB (Red+Green+Blue) = 186+70+29=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA461D is #45B9E2. Grayscale: #646464. Windows color (decimal): -4569571 or 1918650. OLE color: 1918650.
HSL color Cylindrical-coordinate representation of color #BA461D: hue angle of 15.67º degrees, saturation: 0.73, 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 #BA461D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.27 |
| HSL | 15.67º | 0.73% | 0.42% | - |
| HSV(B) | 15.67º | 0.84% | 0.73% | - |
| XYZ | 22.66 | 14.91 | 2.85 | - |
| YUV | 100.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 29 | 0 | 0.62 | 0.84 | 0.27 | 15.67 | 0.73 | 0.42 |
| Hex | BA | 46 | 1D | 0 | 3E | 54 | 1B | 10 | 49 | 2A |
| Octal | 272 | 106 | 35 | 0 | 76 | 124 | 33 | 20 | 111 | 52 |
| Binary | 10111010 | 1000110 | 11101 | 0 | 111110 | 1010100 | 11011 | 10000 | 1001001 | 101010 |
Color Harmonies of #BA461D
Complementary color
Monochromatic Colors of #BA461D
Black with #BA461D
Text Example
Text Example
White with #BA461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA461D; }
p { color: rgb(186,70,29); }
H1.HeaderClassName
{
color: #BA461D;
}
.AnyTagClassName
{
color: #BA461D;
}
</style>
background-color css
<style>
a { background-color: #BA461D; }
a { background-color: rgb(186,70,29); }
div.DivClassName
{
background-color: #BA461D;
}
.BgClassName
{
background-color: #BA461D;
}
</style>
border-color css
<style>
span { border-color: #BA461D; }
span { border-color: rgb(186,70,29); }
td.TdClassName
{
border-color: #BA461D;
}
.TagClassName
{
border-color: #BA461D;
}
</style>