Shades of Rust #BA3D13
Tints of Rust #BA3D13
RGB
CMYK
RGB Variations
Color information
#BA3D13 (or 0xBA3D13) is known color: Rust. HEX triplet: BA, 3D and 13. RGB value is (186,61,19). Sum of RGB (Red+Green+Blue) = 186+61+19=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D13 is #45C2EC. Grayscale: #5D5D5D. Windows color (decimal): -4571885 or 1260986. OLE color: 1260986.
HSL color Cylindrical-coordinate representation of color #BA3D13: hue angle of 15.09º 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 #BA3D13 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.27 |
| HSL | 15.09º | 0.81% | 0.4% | - |
| HSV(B) | 15.09º | 0.9% | 0.73% | - |
| XYZ | 22.04 | 13.82 | 2.12 | - |
| YUV | 93.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 19 | 0 | 0.67 | 0.90 | 0.27 | 15.09 | 0.81 | 0.4 |
| Hex | BA | 3D | 13 | 0 | 43 | 5A | 1B | F | 51 | 28 |
| Octal | 272 | 75 | 23 | 0 | 103 | 132 | 33 | 17 | 121 | 50 |
| Binary | 10111010 | 111101 | 10011 | 0 | 1000011 | 1011010 | 11011 | 1111 | 1010001 | 101000 |
Color Harmonies of #BA3D13
Complementary color
Monochromatic Colors of #BA3D13
Black with #BA3D13
Text Example
Text Example
White with #BA3D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D13; }
p { color: rgb(186,61,19); }
H1.HeaderClassName
{
color: #BA3D13;
}
.AnyTagClassName
{
color: #BA3D13;
}
</style>
background-color css
<style>
a { background-color: #BA3D13; }
a { background-color: rgb(186,61,19); }
div.DivClassName
{
background-color: #BA3D13;
}
.BgClassName
{
background-color: #BA3D13;
}
</style>
border-color css
<style>
span { border-color: #BA3D13; }
span { border-color: rgb(186,61,19); }
td.TdClassName
{
border-color: #BA3D13;
}
.TagClassName
{
border-color: #BA3D13;
}
</style>