Shades of Rust #BA4020
Tints of Rust #BA4020
RGB
CMYK
RGB Variations
Color information
#BA4020 (or 0xBA4020) is known color: Rust. HEX triplet: BA, 40 and 20. RGB value is (186,64,32). Sum of RGB (Red+Green+Blue) = 186+64+32=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4020 is #45BFDF. Grayscale: #616161. Windows color (decimal): -4571104 or 2113722. OLE color: 2113722.
HSL color Cylindrical-coordinate representation of color #BA4020: hue angle of 12.47º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA4020 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 32 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.27 |
| HSL | 12.47º | 0.71% | 0.43% | - |
| HSV(B) | 12.47º | 0.83% | 0.73% | - |
| XYZ | 22.34 | 14.21 | 2.93 | - |
| YUV | 96.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 32 | 0 | 0.66 | 0.83 | 0.27 | 12.47 | 0.71 | 0.43 |
| Hex | BA | 40 | 20 | 0 | 42 | 53 | 1B | C | 47 | 2B |
| Octal | 272 | 100 | 40 | 0 | 102 | 123 | 33 | 14 | 107 | 53 |
| Binary | 10111010 | 1000000 | 100000 | 0 | 1000010 | 1010011 | 11011 | 1100 | 1000111 | 101011 |
Color Harmonies of #BA4020
Complementary color
Monochromatic Colors of #BA4020
Black with #BA4020
Text Example
Text Example
White with #BA4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4020; }
p { color: rgb(186,64,32); }
H1.HeaderClassName
{
color: #BA4020;
}
.AnyTagClassName
{
color: #BA4020;
}
</style>
background-color css
<style>
a { background-color: #BA4020; }
a { background-color: rgb(186,64,32); }
div.DivClassName
{
background-color: #BA4020;
}
.BgClassName
{
background-color: #BA4020;
}
</style>
border-color css
<style>
span { border-color: #BA4020; }
span { border-color: rgb(186,64,32); }
td.TdClassName
{
border-color: #BA4020;
}
.TagClassName
{
border-color: #BA4020;
}
</style>