Shades of Rust #BA4221
Tints of Rust #BA4221
RGB
CMYK
RGB Variations
Color information
#BA4221 (or 0xBA4221) is known color: Rust. HEX triplet: BA, 42 and 21. RGB value is (186,66,33). Sum of RGB (Red+Green+Blue) = 186+66+33=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4221 is #45BDDE. Grayscale: #626262. Windows color (decimal): -4570591 or 2179770. OLE color: 2179770.
HSL color Cylindrical-coordinate representation of color #BA4221: hue angle of 12.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA4221 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 33 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.27 |
| HSL | 12.94º | 0.7% | 0.43% | - |
| HSV(B) | 12.94º | 0.82% | 0.73% | - |
| XYZ | 22.47 | 14.45 | 3.04 | - |
| YUV | 98.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 33 | 0 | 0.65 | 0.82 | 0.27 | 12.94 | 0.7 | 0.43 |
| Hex | BA | 42 | 21 | 0 | 41 | 52 | 1B | D | 46 | 2B |
| Octal | 272 | 102 | 41 | 0 | 101 | 122 | 33 | 15 | 106 | 53 |
| Binary | 10111010 | 1000010 | 100001 | 0 | 1000001 | 1010010 | 11011 | 1101 | 1000110 | 101011 |
Color Harmonies of #BA4221
Complementary color
Monochromatic Colors of #BA4221
Black with #BA4221
Text Example
Text Example
White with #BA4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4221; }
p { color: rgb(186,66,33); }
H1.HeaderClassName
{
color: #BA4221;
}
.AnyTagClassName
{
color: #BA4221;
}
</style>
background-color css
<style>
a { background-color: #BA4221; }
a { background-color: rgb(186,66,33); }
div.DivClassName
{
background-color: #BA4221;
}
.BgClassName
{
background-color: #BA4221;
}
</style>
border-color css
<style>
span { border-color: #BA4221; }
span { border-color: rgb(186,66,33); }
td.TdClassName
{
border-color: #BA4221;
}
.TagClassName
{
border-color: #BA4221;
}
</style>