Shades of Rust #BA3B0D
Tints of Rust #BA3B0D
RGB
CMYK
RGB Variations
Color information
#BA3B0D (or 0xBA3B0D) is known color: Rust. HEX triplet: BA, 3B and 0D. RGB value is (186,59,13). Sum of RGB (Red+Green+Blue) = 186+59+13=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B0D is #45C4F2. Grayscale: #5C5C5C. Windows color (decimal): -4572403 or 867258. OLE color: 867258.
HSL color Cylindrical-coordinate representation of color #BA3B0D: hue angle of 15.95º 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 #BA3B0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.27 |
| HSL | 15.95º | 0.87% | 0.39% | - |
| HSV(B) | 15.95º | 0.93% | 0.73% | - |
| XYZ | 21.89 | 13.6 | 1.85 | - |
| YUV | 91.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 13 | 0 | 0.68 | 0.93 | 0.27 | 15.95 | 0.87 | 0.39 |
| Hex | BA | 3B | D | 0 | 44 | 5D | 1B | 10 | 57 | 27 |
| Octal | 272 | 73 | 15 | 0 | 104 | 135 | 33 | 20 | 127 | 47 |
| Binary | 10111010 | 111011 | 1101 | 0 | 1000100 | 1011101 | 11011 | 10000 | 1010111 | 100111 |
Color Harmonies of #BA3B0D
Complementary color
Monochromatic Colors of #BA3B0D
Black with #BA3B0D
Text Example
Text Example
White with #BA3B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B0D; }
p { color: rgb(186,59,13); }
H1.HeaderClassName
{
color: #BA3B0D;
}
.AnyTagClassName
{
color: #BA3B0D;
}
</style>
background-color css
<style>
a { background-color: #BA3B0D; }
a { background-color: rgb(186,59,13); }
div.DivClassName
{
background-color: #BA3B0D;
}
.BgClassName
{
background-color: #BA3B0D;
}
</style>
border-color css
<style>
span { border-color: #BA3B0D; }
span { border-color: rgb(186,59,13); }
td.TdClassName
{
border-color: #BA3B0D;
}
.TagClassName
{
border-color: #BA3B0D;
}
</style>