Shades of Rust #BA4B19
Tints of Rust #BA4B19
RGB
CMYK
RGB Variations
Color information
#BA4B19 (or 0xBA4B19) is known color: Rust. HEX triplet: BA, 4B and 19. RGB value is (186,75,25). Sum of RGB (Red+Green+Blue) = 186+75+25=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B19 is #45B4E6. Grayscale: #666666. Windows color (decimal): -4568295 or 1657786. OLE color: 1657786.
HSL color Cylindrical-coordinate representation of color #BA4B19: hue angle of 18.63º 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 #BA4B19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.27 |
| HSL | 18.63º | 0.76% | 0.41% | - |
| HSV(B) | 18.63º | 0.87% | 0.73% | - |
| XYZ | 22.94 | 15.54 | 2.71 | - |
| YUV | 102.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 25 | 0 | 0.60 | 0.87 | 0.27 | 18.63 | 0.76 | 0.41 |
| Hex | BA | 4B | 19 | 0 | 3C | 57 | 1B | 13 | 4C | 29 |
| Octal | 272 | 113 | 31 | 0 | 74 | 127 | 33 | 23 | 114 | 51 |
| Binary | 10111010 | 1001011 | 11001 | 0 | 111100 | 1010111 | 11011 | 10011 | 1001100 | 101001 |
Color Harmonies of #BA4B19
Complementary color
Monochromatic Colors of #BA4B19
Black with #BA4B19
Text Example
Text Example
White with #BA4B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B19; }
p { color: rgb(186,75,25); }
H1.HeaderClassName
{
color: #BA4B19;
}
.AnyTagClassName
{
color: #BA4B19;
}
</style>
background-color css
<style>
a { background-color: #BA4B19; }
a { background-color: rgb(186,75,25); }
div.DivClassName
{
background-color: #BA4B19;
}
.BgClassName
{
background-color: #BA4B19;
}
</style>
border-color css
<style>
span { border-color: #BA4B19; }
span { border-color: rgb(186,75,25); }
td.TdClassName
{
border-color: #BA4B19;
}
.TagClassName
{
border-color: #BA4B19;
}
</style>