Shades of Rust #BA3D21
Tints of Rust #BA3D21
RGB
CMYK
RGB Variations
Color information
#BA3D21 (or 0xBA3D21) is known color: Rust. HEX triplet: BA, 3D and 21. RGB value is (186,61,33). Sum of RGB (Red+Green+Blue) = 186+61+33=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D21 is #45C2DE. Grayscale: #5F5F5F. Windows color (decimal): -4571871 or 2178490. OLE color: 2178490.
HSL color Cylindrical-coordinate representation of color #BA3D21: hue angle of 10.98º 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 #BA3D21 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 33 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.27 |
| HSL | 10.98º | 0.7% | 0.43% | - |
| HSV(B) | 10.98º | 0.82% | 0.73% | - |
| XYZ | 22.19 | 13.89 | 2.95 | - |
| YUV | 95.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 33 | 0 | 0.67 | 0.82 | 0.27 | 10.98 | 0.7 | 0.43 |
| Hex | BA | 3D | 21 | 0 | 43 | 52 | 1B | B | 46 | 2B |
| Octal | 272 | 75 | 41 | 0 | 103 | 122 | 33 | 13 | 106 | 53 |
| Binary | 10111010 | 111101 | 100001 | 0 | 1000011 | 1010010 | 11011 | 1011 | 1000110 | 101011 |
Color Harmonies of #BA3D21
Complementary color
Monochromatic Colors of #BA3D21
Black with #BA3D21
Text Example
Text Example
White with #BA3D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D21; }
p { color: rgb(186,61,33); }
H1.HeaderClassName
{
color: #BA3D21;
}
.AnyTagClassName
{
color: #BA3D21;
}
</style>
background-color css
<style>
a { background-color: #BA3D21; }
a { background-color: rgb(186,61,33); }
div.DivClassName
{
background-color: #BA3D21;
}
.BgClassName
{
background-color: #BA3D21;
}
</style>
border-color css
<style>
span { border-color: #BA3D21; }
span { border-color: rgb(186,61,33); }
td.TdClassName
{
border-color: #BA3D21;
}
.TagClassName
{
border-color: #BA3D21;
}
</style>