Shades of Rust #BA4A19
Tints of Rust #BA4A19
RGB
CMYK
RGB Variations
Color information
#BA4A19 (or 0xBA4A19) is known color: Rust. HEX triplet: BA, 4A and 19. RGB value is (186,74,25). Sum of RGB (Red+Green+Blue) = 186+74+25=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4A19 is #45B5E6. Grayscale: #666666. Windows color (decimal): -4568551 or 1657530. OLE color: 1657530.
HSL color Cylindrical-coordinate representation of color #BA4A19: hue angle of 18.26º 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 #BA4A19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.27 |
| HSL | 18.26º | 0.76% | 0.41% | - |
| HSV(B) | 18.26º | 0.87% | 0.73% | - |
| XYZ | 22.87 | 15.41 | 2.69 | - |
| YUV | 101.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 25 | 0 | 0.60 | 0.87 | 0.27 | 18.26 | 0.76 | 0.41 |
| Hex | BA | 4A | 19 | 0 | 3C | 57 | 1B | 12 | 4C | 29 |
| Octal | 272 | 112 | 31 | 0 | 74 | 127 | 33 | 22 | 114 | 51 |
| Binary | 10111010 | 1001010 | 11001 | 0 | 111100 | 1010111 | 11011 | 10010 | 1001100 | 101001 |
Color Harmonies of #BA4A19
Complementary color
Monochromatic Colors of #BA4A19
Black with #BA4A19
Text Example
Text Example
White with #BA4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A19; }
p { color: rgb(186,74,25); }
H1.HeaderClassName
{
color: #BA4A19;
}
.AnyTagClassName
{
color: #BA4A19;
}
</style>
background-color css
<style>
a { background-color: #BA4A19; }
a { background-color: rgb(186,74,25); }
div.DivClassName
{
background-color: #BA4A19;
}
.BgClassName
{
background-color: #BA4A19;
}
</style>
border-color css
<style>
span { border-color: #BA4A19; }
span { border-color: rgb(186,74,25); }
td.TdClassName
{
border-color: #BA4A19;
}
.TagClassName
{
border-color: #BA4A19;
}
</style>