Shades of Rust #BA3F1F
Tints of Rust #BA3F1F
RGB
CMYK
RGB Variations
Color information
#BA3F1F (or 0xBA3F1F) is known color: Rust. HEX triplet: BA, 3F and 1F. RGB value is (186,63,31). Sum of RGB (Red+Green+Blue) = 186+63+31=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F1F is #45C0E0. Grayscale: #606060. Windows color (decimal): -4571361 or 2047930. OLE color: 2047930.
HSL color Cylindrical-coordinate representation of color #BA3F1F: hue angle of 12.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3F1F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 31 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.27 |
| HSL | 12.39º | 0.71% | 0.43% | - |
| HSV(B) | 12.39º | 0.83% | 0.73% | - |
| XYZ | 22.27 | 14.09 | 2.84 | - |
| YUV | 96.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 31 | 0 | 0.66 | 0.83 | 0.27 | 12.39 | 0.71 | 0.43 |
| Hex | BA | 3F | 1F | 0 | 42 | 53 | 1B | C | 47 | 2B |
| Octal | 272 | 77 | 37 | 0 | 102 | 123 | 33 | 14 | 107 | 53 |
| Binary | 10111010 | 111111 | 11111 | 0 | 1000010 | 1010011 | 11011 | 1100 | 1000111 | 101011 |
Color Harmonies of #BA3F1F
Complementary color
Monochromatic Colors of #BA3F1F
Black with #BA3F1F
Text Example
Text Example
White with #BA3F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F1F; }
p { color: rgb(186,63,31); }
H1.HeaderClassName
{
color: #BA3F1F;
}
.AnyTagClassName
{
color: #BA3F1F;
}
</style>
background-color css
<style>
a { background-color: #BA3F1F; }
a { background-color: rgb(186,63,31); }
div.DivClassName
{
background-color: #BA3F1F;
}
.BgClassName
{
background-color: #BA3F1F;
}
</style>
border-color css
<style>
span { border-color: #BA3F1F; }
span { border-color: rgb(186,63,31); }
td.TdClassName
{
border-color: #BA3F1F;
}
.TagClassName
{
border-color: #BA3F1F;
}
</style>