Shades of Rust #BA3E21
Tints of Rust #BA3E21
RGB
CMYK
RGB Variations
Color information
#BA3E21 (or 0xBA3E21) is known color: Rust. HEX triplet: BA, 3E and 21. RGB value is (186,62,33). Sum of RGB (Red+Green+Blue) = 186+62+33=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E21 is #45C1DE. Grayscale: #606060. Windows color (decimal): -4571615 or 2178746. OLE color: 2178746.
HSL color Cylindrical-coordinate representation of color #BA3E21: hue angle of 11.37º 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 #BA3E21 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 33 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.27 |
| HSL | 11.37º | 0.7% | 0.43% | - |
| HSV(B) | 11.37º | 0.82% | 0.73% | - |
| XYZ | 22.25 | 13.99 | 2.97 | - |
| YUV | 95.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 33 | 0 | 0.67 | 0.82 | 0.27 | 11.37 | 0.7 | 0.43 |
| Hex | BA | 3E | 21 | 0 | 43 | 52 | 1B | B | 46 | 2B |
| Octal | 272 | 76 | 41 | 0 | 103 | 122 | 33 | 13 | 106 | 53 |
| Binary | 10111010 | 111110 | 100001 | 0 | 1000011 | 1010010 | 11011 | 1011 | 1000110 | 101011 |
Color Harmonies of #BA3E21
Complementary color
Monochromatic Colors of #BA3E21
Black with #BA3E21
Text Example
Text Example
White with #BA3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E21; }
p { color: rgb(186,62,33); }
H1.HeaderClassName
{
color: #BA3E21;
}
.AnyTagClassName
{
color: #BA3E21;
}
</style>
background-color css
<style>
a { background-color: #BA3E21; }
a { background-color: rgb(186,62,33); }
div.DivClassName
{
background-color: #BA3E21;
}
.BgClassName
{
background-color: #BA3E21;
}
</style>
border-color css
<style>
span { border-color: #BA3E21; }
span { border-color: rgb(186,62,33); }
td.TdClassName
{
border-color: #BA3E21;
}
.TagClassName
{
border-color: #BA3E21;
}
</style>