Shades of Rust #BA4220
Tints of Rust #BA4220
RGB
CMYK
RGB Variations
Color information
#BA4220 (or 0xBA4220) is known color: Rust. HEX triplet: BA, 42 and 20. RGB value is (186,66,32). Sum of RGB (Red+Green+Blue) = 186+66+32=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4220 is #45BDDF. Grayscale: #626262. Windows color (decimal): -4570592 or 2114234. OLE color: 2114234.
HSL color Cylindrical-coordinate representation of color #BA4220: hue angle of 13.25º 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 #BA4220 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 32 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.27 |
| HSL | 13.25º | 0.71% | 0.43% | - |
| HSV(B) | 13.25º | 0.83% | 0.73% | - |
| XYZ | 22.46 | 14.44 | 2.97 | - |
| YUV | 98 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 32 | 0 | 0.65 | 0.83 | 0.27 | 13.25 | 0.71 | 0.43 |
| Hex | BA | 42 | 20 | 0 | 41 | 53 | 1B | D | 47 | 2B |
| Octal | 272 | 102 | 40 | 0 | 101 | 123 | 33 | 15 | 107 | 53 |
| Binary | 10111010 | 1000010 | 100000 | 0 | 1000001 | 1010011 | 11011 | 1101 | 1000111 | 101011 |
Color Harmonies of #BA4220
Complementary color
Monochromatic Colors of #BA4220
Black with #BA4220
Text Example
Text Example
White with #BA4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4220; }
p { color: rgb(186,66,32); }
H1.HeaderClassName
{
color: #BA4220;
}
.AnyTagClassName
{
color: #BA4220;
}
</style>
background-color css
<style>
a { background-color: #BA4220; }
a { background-color: rgb(186,66,32); }
div.DivClassName
{
background-color: #BA4220;
}
.BgClassName
{
background-color: #BA4220;
}
</style>
border-color css
<style>
span { border-color: #BA4220; }
span { border-color: rgb(186,66,32); }
td.TdClassName
{
border-color: #BA4220;
}
.TagClassName
{
border-color: #BA4220;
}
</style>