Shades of Rust #BA3D19
Tints of Rust #BA3D19
RGB
CMYK
RGB Variations
Color information
#BA3D19 (or 0xBA3D19) is known color: Rust. HEX triplet: BA, 3D and 19. RGB value is (186,61,25). Sum of RGB (Red+Green+Blue) = 186+61+25=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D19 is #45C2E6. Grayscale: #5E5E5E. Windows color (decimal): -4571879 or 1654202. OLE color: 1654202.
HSL color Cylindrical-coordinate representation of color #BA3D19: hue angle of 13.42º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA3D19 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.27 |
| HSL | 13.42º | 0.76% | 0.41% | - |
| HSV(B) | 13.42º | 0.87% | 0.73% | - |
| XYZ | 22.09 | 13.85 | 2.43 | - |
| YUV | 94.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 25 | 0 | 0.67 | 0.87 | 0.27 | 13.42 | 0.76 | 0.41 |
| Hex | BA | 3D | 19 | 0 | 43 | 57 | 1B | D | 4C | 29 |
| Octal | 272 | 75 | 31 | 0 | 103 | 127 | 33 | 15 | 114 | 51 |
| Binary | 10111010 | 111101 | 11001 | 0 | 1000011 | 1010111 | 11011 | 1101 | 1001100 | 101001 |
Color Harmonies of #BA3D19
Complementary color
Monochromatic Colors of #BA3D19
Black with #BA3D19
Text Example
Text Example
White with #BA3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D19; }
p { color: rgb(186,61,25); }
H1.HeaderClassName
{
color: #BA3D19;
}
.AnyTagClassName
{
color: #BA3D19;
}
</style>
background-color css
<style>
a { background-color: #BA3D19; }
a { background-color: rgb(186,61,25); }
div.DivClassName
{
background-color: #BA3D19;
}
.BgClassName
{
background-color: #BA3D19;
}
</style>
border-color css
<style>
span { border-color: #BA3D19; }
span { border-color: rgb(186,61,25); }
td.TdClassName
{
border-color: #BA3D19;
}
.TagClassName
{
border-color: #BA3D19;
}
</style>