Shades of Rust #BA491B
Tints of Rust #BA491B
RGB
CMYK
RGB Variations
Color information
#BA491B (or 0xBA491B) is known color: Rust. HEX triplet: BA, 49 and 1B. RGB value is (186,73,27). Sum of RGB (Red+Green+Blue) = 186+73+27=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA491B is #45B6E4. Grayscale: #656565. Windows color (decimal): -4568805 or 1788346. OLE color: 1788346.
HSL color Cylindrical-coordinate representation of color #BA491B: hue angle of 17.36º 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 #BA491B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 27 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.27 |
| HSL | 17.36º | 0.75% | 0.42% | - |
| HSV(B) | 17.36º | 0.85% | 0.73% | - |
| XYZ | 22.83 | 15.28 | 2.78 | - |
| YUV | 101.54 | 85.94 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 27 | 0 | 0.61 | 0.85 | 0.27 | 17.36 | 0.75 | 0.42 |
| Hex | BA | 49 | 1B | 0 | 3D | 55 | 1B | 11 | 4B | 2A |
| Octal | 272 | 111 | 33 | 0 | 75 | 125 | 33 | 21 | 113 | 52 |
| Binary | 10111010 | 1001001 | 11011 | 0 | 111101 | 1010101 | 11011 | 10001 | 1001011 | 101010 |
Color Harmonies of #BA491B
Complementary color
Monochromatic Colors of #BA491B
Black with #BA491B
Text Example
Text Example
White with #BA491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA491B; }
p { color: rgb(186,73,27); }
H1.HeaderClassName
{
color: #BA491B;
}
.AnyTagClassName
{
color: #BA491B;
}
</style>
background-color css
<style>
a { background-color: #BA491B; }
a { background-color: rgb(186,73,27); }
div.DivClassName
{
background-color: #BA491B;
}
.BgClassName
{
background-color: #BA491B;
}
</style>
border-color css
<style>
span { border-color: #BA491B; }
span { border-color: rgb(186,73,27); }
td.TdClassName
{
border-color: #BA491B;
}
.TagClassName
{
border-color: #BA491B;
}
</style>