Shades of Rust #BA3D14
Tints of Rust #BA3D14
RGB
CMYK
RGB Variations
Color information
#BA3D14 (or 0xBA3D14) is known color: Rust. HEX triplet: BA, 3D and 14. RGB value is (186,61,20). Sum of RGB (Red+Green+Blue) = 186+61+20=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D14 is #45C2EB. Grayscale: #5D5D5D. Windows color (decimal): -4571884 or 1326522. OLE color: 1326522.
HSL color Cylindrical-coordinate representation of color #BA3D14: hue angle of 14.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3D14 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 20 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.27 |
| HSL | 14.82º | 0.81% | 0.4% | - |
| HSV(B) | 14.82º | 0.89% | 0.73% | - |
| XYZ | 22.04 | 13.83 | 2.17 | - |
| YUV | 93.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 20 | 0 | 0.67 | 0.89 | 0.27 | 14.82 | 0.81 | 0.4 |
| Hex | BA | 3D | 14 | 0 | 43 | 59 | 1B | F | 51 | 28 |
| Octal | 272 | 75 | 24 | 0 | 103 | 131 | 33 | 17 | 121 | 50 |
| Binary | 10111010 | 111101 | 10100 | 0 | 1000011 | 1011001 | 11011 | 1111 | 1010001 | 101000 |
Color Harmonies of #BA3D14
Complementary color
Monochromatic Colors of #BA3D14
Black with #BA3D14
Text Example
Text Example
White with #BA3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D14; }
p { color: rgb(186,61,20); }
H1.HeaderClassName
{
color: #BA3D14;
}
.AnyTagClassName
{
color: #BA3D14;
}
</style>
background-color css
<style>
a { background-color: #BA3D14; }
a { background-color: rgb(186,61,20); }
div.DivClassName
{
background-color: #BA3D14;
}
.BgClassName
{
background-color: #BA3D14;
}
</style>
border-color css
<style>
span { border-color: #BA3D14; }
span { border-color: rgb(186,61,20); }
td.TdClassName
{
border-color: #BA3D14;
}
.TagClassName
{
border-color: #BA3D14;
}
</style>