Shades of Rust #BA5019
Tints of Rust #BA5019
RGB
CMYK
RGB Variations
Color information
#BA5019 (or 0xBA5019) is known color: Rust. HEX triplet: BA, 50 and 19. RGB value is (186,80,25). Sum of RGB (Red+Green+Blue) = 186+80+25=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5019 is #45AFE6. Grayscale: #696969. Windows color (decimal): -4567015 or 1659066. OLE color: 1659066.
HSL color Cylindrical-coordinate representation of color #BA5019: hue angle of 20.5º 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 #BA5019 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 25 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.27 |
| HSL | 20.5º | 0.76% | 0.41% | - |
| HSV(B) | 20.5º | 0.87% | 0.73% | - |
| XYZ | 23.29 | 16.25 | 2.83 | - |
| YUV | 105.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 25 | 0 | 0.57 | 0.87 | 0.27 | 20.5 | 0.76 | 0.41 |
| Hex | BA | 50 | 19 | 0 | 39 | 57 | 1B | 14 | 4C | 29 |
| Octal | 272 | 120 | 31 | 0 | 71 | 127 | 33 | 24 | 114 | 51 |
| Binary | 10111010 | 1010000 | 11001 | 0 | 111001 | 1010111 | 11011 | 10100 | 1001100 | 101001 |
Color Harmonies of #BA5019
Complementary color
Monochromatic Colors of #BA5019
Black with #BA5019
Text Example
Text Example
White with #BA5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5019; }
p { color: rgb(186,80,25); }
H1.HeaderClassName
{
color: #BA5019;
}
.AnyTagClassName
{
color: #BA5019;
}
</style>
background-color css
<style>
a { background-color: #BA5019; }
a { background-color: rgb(186,80,25); }
div.DivClassName
{
background-color: #BA5019;
}
.BgClassName
{
background-color: #BA5019;
}
</style>
border-color css
<style>
span { border-color: #BA5019; }
span { border-color: rgb(186,80,25); }
td.TdClassName
{
border-color: #BA5019;
}
.TagClassName
{
border-color: #BA5019;
}
</style>