Shades of Rust #BA3813
Tints of Rust #BA3813
RGB
CMYK
RGB Variations
Color information
#BA3813 (or 0xBA3813) is known color: Rust. HEX triplet: BA, 38 and 13. RGB value is (186,56,19). Sum of RGB (Red+Green+Blue) = 186+56+19=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3813 is #45C7EC. Grayscale: #5A5A5A. Windows color (decimal): -4573165 or 1259706. OLE color: 1259706.
HSL color Cylindrical-coordinate representation of color #BA3813: hue angle of 13.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3813 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.27 |
| HSL | 13.29º | 0.81% | 0.4% | - |
| HSV(B) | 13.29º | 0.9% | 0.73% | - |
| XYZ | 21.78 | 13.31 | 2.04 | - |
| YUV | 90.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 19 | 0 | 0.70 | 0.90 | 0.27 | 13.29 | 0.81 | 0.4 |
| Hex | BA | 38 | 13 | 0 | 46 | 5A | 1B | D | 51 | 28 |
| Octal | 272 | 70 | 23 | 0 | 106 | 132 | 33 | 15 | 121 | 50 |
| Binary | 10111010 | 111000 | 10011 | 0 | 1000110 | 1011010 | 11011 | 1101 | 1010001 | 101000 |
Color Harmonies of #BA3813
Complementary color
Monochromatic Colors of #BA3813
Black with #BA3813
Text Example
Text Example
White with #BA3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3813; }
p { color: rgb(186,56,19); }
H1.HeaderClassName
{
color: #BA3813;
}
.AnyTagClassName
{
color: #BA3813;
}
</style>
background-color css
<style>
a { background-color: #BA3813; }
a { background-color: rgb(186,56,19); }
div.DivClassName
{
background-color: #BA3813;
}
.BgClassName
{
background-color: #BA3813;
}
</style>
border-color css
<style>
span { border-color: #BA3813; }
span { border-color: rgb(186,56,19); }
td.TdClassName
{
border-color: #BA3813;
}
.TagClassName
{
border-color: #BA3813;
}
</style>