Shades of Rust #BA4019
Tints of Rust #BA4019
RGB
CMYK
RGB Variations
Color information
#BA4019 (or 0xBA4019) is known color: Rust. HEX triplet: BA, 40 and 19. RGB value is (186,64,25). Sum of RGB (Red+Green+Blue) = 186+64+25=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4019 is #45BFE6. Grayscale: #606060. Windows color (decimal): -4571111 or 1654970. OLE color: 1654970.
HSL color Cylindrical-coordinate representation of color #BA4019: hue angle of 14.53º 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 #BA4019 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 25 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.27 |
| HSL | 14.53º | 0.76% | 0.41% | - |
| HSV(B) | 14.53º | 0.87% | 0.73% | - |
| XYZ | 22.26 | 14.18 | 2.48 | - |
| YUV | 96.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 25 | 0 | 0.66 | 0.87 | 0.27 | 14.53 | 0.76 | 0.41 |
| Hex | BA | 40 | 19 | 0 | 42 | 57 | 1B | F | 4C | 29 |
| Octal | 272 | 100 | 31 | 0 | 102 | 127 | 33 | 17 | 114 | 51 |
| Binary | 10111010 | 1000000 | 11001 | 0 | 1000010 | 1010111 | 11011 | 1111 | 1001100 | 101001 |
Color Harmonies of #BA4019
Complementary color
Monochromatic Colors of #BA4019
Black with #BA4019
Text Example
Text Example
White with #BA4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4019; }
p { color: rgb(186,64,25); }
H1.HeaderClassName
{
color: #BA4019;
}
.AnyTagClassName
{
color: #BA4019;
}
</style>
background-color css
<style>
a { background-color: #BA4019; }
a { background-color: rgb(186,64,25); }
div.DivClassName
{
background-color: #BA4019;
}
.BgClassName
{
background-color: #BA4019;
}
</style>
border-color css
<style>
span { border-color: #BA4019; }
span { border-color: rgb(186,64,25); }
td.TdClassName
{
border-color: #BA4019;
}
.TagClassName
{
border-color: #BA4019;
}
</style>