Shades of Rust #BA3D15
Tints of Rust #BA3D15
RGB
CMYK
RGB Variations
Color information
#BA3D15 (or 0xBA3D15) is known color: Rust. HEX triplet: BA, 3D and 15. RGB value is (186,61,21). Sum of RGB (Red+Green+Blue) = 186+61+21=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D15 is #45C2EA. Grayscale: #5E5E5E. Windows color (decimal): -4571883 or 1392058. OLE color: 1392058.
HSL color Cylindrical-coordinate representation of color #BA3D15: hue angle of 14.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA3D15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.27 |
| HSL | 14.55º | 0.8% | 0.41% | - |
| HSV(B) | 14.55º | 0.89% | 0.73% | - |
| XYZ | 22.05 | 13.83 | 2.22 | - |
| YUV | 93.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 21 | 0 | 0.67 | 0.89 | 0.27 | 14.55 | 0.8 | 0.41 |
| Hex | BA | 3D | 15 | 0 | 43 | 59 | 1B | F | 50 | 29 |
| Octal | 272 | 75 | 25 | 0 | 103 | 131 | 33 | 17 | 120 | 51 |
| Binary | 10111010 | 111101 | 10101 | 0 | 1000011 | 1011001 | 11011 | 1111 | 1010000 | 101001 |
Color Harmonies of #BA3D15
Complementary color
Monochromatic Colors of #BA3D15
Black with #BA3D15
Text Example
Text Example
White with #BA3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D15; }
p { color: rgb(186,61,21); }
H1.HeaderClassName
{
color: #BA3D15;
}
.AnyTagClassName
{
color: #BA3D15;
}
</style>
background-color css
<style>
a { background-color: #BA3D15; }
a { background-color: rgb(186,61,21); }
div.DivClassName
{
background-color: #BA3D15;
}
.BgClassName
{
background-color: #BA3D15;
}
</style>
border-color css
<style>
span { border-color: #BA3D15; }
span { border-color: rgb(186,61,21); }
td.TdClassName
{
border-color: #BA3D15;
}
.TagClassName
{
border-color: #BA3D15;
}
</style>