Shades of Rust #BA4021
Tints of Rust #BA4021
RGB
CMYK
RGB Variations
Color information
#BA4021 (or 0xBA4021) is known color: Rust. HEX triplet: BA, 40 and 21. RGB value is (186,64,33). Sum of RGB (Red+Green+Blue) = 186+64+33=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4021 is #45BFDE. Grayscale: #616161. Windows color (decimal): -4571103 or 2179258. OLE color: 2179258.
HSL color Cylindrical-coordinate representation of color #BA4021: hue angle of 12.16º 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 #BA4021 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 33 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.27 |
| HSL | 12.16º | 0.7% | 0.43% | - |
| HSV(B) | 12.16º | 0.82% | 0.73% | - |
| XYZ | 22.36 | 14.22 | 3 | - |
| YUV | 96.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 33 | 0 | 0.66 | 0.82 | 0.27 | 12.16 | 0.7 | 0.43 |
| Hex | BA | 40 | 21 | 0 | 42 | 52 | 1B | C | 46 | 2B |
| Octal | 272 | 100 | 41 | 0 | 102 | 122 | 33 | 14 | 106 | 53 |
| Binary | 10111010 | 1000000 | 100001 | 0 | 1000010 | 1010010 | 11011 | 1100 | 1000110 | 101011 |
Color Harmonies of #BA4021
Complementary color
Monochromatic Colors of #BA4021
Black with #BA4021
Text Example
Text Example
White with #BA4021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4021; }
p { color: rgb(186,64,33); }
H1.HeaderClassName
{
color: #BA4021;
}
.AnyTagClassName
{
color: #BA4021;
}
</style>
background-color css
<style>
a { background-color: #BA4021; }
a { background-color: rgb(186,64,33); }
div.DivClassName
{
background-color: #BA4021;
}
.BgClassName
{
background-color: #BA4021;
}
</style>
border-color css
<style>
span { border-color: #BA4021; }
span { border-color: rgb(186,64,33); }
td.TdClassName
{
border-color: #BA4021;
}
.TagClassName
{
border-color: #BA4021;
}
</style>