Shades of Rust #BA490D
Tints of Rust #BA490D
RGB
CMYK
RGB Variations
Color information
#BA490D (or 0xBA490D) is known color: Rust. HEX triplet: BA, 49 and 0D. RGB value is (186,73,13). Sum of RGB (Red+Green+Blue) = 186+73+13=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA490D is #45B6F2. Grayscale: #646464. Windows color (decimal): -4568819 or 870842. OLE color: 870842.
HSL color Cylindrical-coordinate representation of color #BA490D: hue angle of 20.81º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA490D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 13 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.27 |
| HSL | 20.81º | 0.87% | 0.39% | - |
| HSV(B) | 20.81º | 0.93% | 0.73% | - |
| XYZ | 22.7 | 15.23 | 2.12 | - |
| YUV | 99.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 13 | 0 | 0.61 | 0.93 | 0.27 | 20.81 | 0.87 | 0.39 |
| Hex | BA | 49 | D | 0 | 3D | 5D | 1B | 15 | 57 | 27 |
| Octal | 272 | 111 | 15 | 0 | 75 | 135 | 33 | 25 | 127 | 47 |
| Binary | 10111010 | 1001001 | 1101 | 0 | 111101 | 1011101 | 11011 | 10101 | 1010111 | 100111 |
Color Harmonies of #BA490D
Complementary color
Monochromatic Colors of #BA490D
Black with #BA490D
Text Example
Text Example
White with #BA490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA490D; }
p { color: rgb(186,73,13); }
H1.HeaderClassName
{
color: #BA490D;
}
.AnyTagClassName
{
color: #BA490D;
}
</style>
background-color css
<style>
a { background-color: #BA490D; }
a { background-color: rgb(186,73,13); }
div.DivClassName
{
background-color: #BA490D;
}
.BgClassName
{
background-color: #BA490D;
}
</style>
border-color css
<style>
span { border-color: #BA490D; }
span { border-color: rgb(186,73,13); }
td.TdClassName
{
border-color: #BA490D;
}
.TagClassName
{
border-color: #BA490D;
}
</style>