Shades of Rust #BA3F1D
Tints of Rust #BA3F1D
RGB
CMYK
RGB Variations
Color information
#BA3F1D (or 0xBA3F1D) is known color: Rust. HEX triplet: BA, 3F and 1D. RGB value is (186,63,29). Sum of RGB (Red+Green+Blue) = 186+63+29=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F1D is #45C0E2. Grayscale: #606060. Windows color (decimal): -4571363 or 1916858. OLE color: 1916858.
HSL color Cylindrical-coordinate representation of color #BA3F1D: hue angle of 12.99º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA3F1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.27 |
| HSL | 12.99º | 0.73% | 0.42% | - |
| HSV(B) | 12.99º | 0.84% | 0.73% | - |
| XYZ | 22.25 | 14.08 | 2.71 | - |
| YUV | 95.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 29 | 0 | 0.66 | 0.84 | 0.27 | 12.99 | 0.73 | 0.42 |
| Hex | BA | 3F | 1D | 0 | 42 | 54 | 1B | D | 49 | 2A |
| Octal | 272 | 77 | 35 | 0 | 102 | 124 | 33 | 15 | 111 | 52 |
| Binary | 10111010 | 111111 | 11101 | 0 | 1000010 | 1010100 | 11011 | 1101 | 1001001 | 101010 |
Color Harmonies of #BA3F1D
Complementary color
Monochromatic Colors of #BA3F1D
Black with #BA3F1D
Text Example
Text Example
White with #BA3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F1D; }
p { color: rgb(186,63,29); }
H1.HeaderClassName
{
color: #BA3F1D;
}
.AnyTagClassName
{
color: #BA3F1D;
}
</style>
background-color css
<style>
a { background-color: #BA3F1D; }
a { background-color: rgb(186,63,29); }
div.DivClassName
{
background-color: #BA3F1D;
}
.BgClassName
{
background-color: #BA3F1D;
}
</style>
border-color css
<style>
span { border-color: #BA3F1D; }
span { border-color: rgb(186,63,29); }
td.TdClassName
{
border-color: #BA3F1D;
}
.TagClassName
{
border-color: #BA3F1D;
}
</style>