Shades of Rust #BA3919
Tints of Rust #BA3919
RGB
CMYK
RGB Variations
Color information
#BA3919 (or 0xBA3919) is known color: Rust. HEX triplet: BA, 39 and 19. RGB value is (186,57,25). Sum of RGB (Red+Green+Blue) = 186+57+25=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3919 is #45C6E6. Grayscale: #5C5C5C. Windows color (decimal): -4572903 or 1653178. OLE color: 1653178.
HSL color Cylindrical-coordinate representation of color #BA3919: hue angle of 11.93º 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 #BA3919 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 25 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.27 |
| HSL | 11.93º | 0.76% | 0.41% | - |
| HSV(B) | 11.93º | 0.87% | 0.73% | - |
| XYZ | 21.89 | 13.44 | 2.36 | - |
| YUV | 91.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 25 | 0 | 0.69 | 0.87 | 0.27 | 11.93 | 0.76 | 0.41 |
| Hex | BA | 39 | 19 | 0 | 45 | 57 | 1B | C | 4C | 29 |
| Octal | 272 | 71 | 31 | 0 | 105 | 127 | 33 | 14 | 114 | 51 |
| Binary | 10111010 | 111001 | 11001 | 0 | 1000101 | 1010111 | 11011 | 1100 | 1001100 | 101001 |
Color Harmonies of #BA3919
Complementary color
Monochromatic Colors of #BA3919
Black with #BA3919
Text Example
Text Example
White with #BA3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3919; }
p { color: rgb(186,57,25); }
H1.HeaderClassName
{
color: #BA3919;
}
.AnyTagClassName
{
color: #BA3919;
}
</style>
background-color css
<style>
a { background-color: #BA3919; }
a { background-color: rgb(186,57,25); }
div.DivClassName
{
background-color: #BA3919;
}
.BgClassName
{
background-color: #BA3919;
}
</style>
border-color css
<style>
span { border-color: #BA3919; }
span { border-color: rgb(186,57,25); }
td.TdClassName
{
border-color: #BA3919;
}
.TagClassName
{
border-color: #BA3919;
}
</style>