Shades of Rust #BA3D1C
Tints of Rust #BA3D1C
RGB
CMYK
RGB Variations
Color information
#BA3D1C (or 0xBA3D1C) is known color: Rust. HEX triplet: BA, 3D and 1C. RGB value is (186,61,28). Sum of RGB (Red+Green+Blue) = 186+61+28=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D1C is #45C2E3. Grayscale: #5E5E5E. Windows color (decimal): -4571876 or 1850810. OLE color: 1850810.
HSL color Cylindrical-coordinate representation of color #BA3D1C: hue angle of 12.53º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA3D1C is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 28 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.27 |
| HSL | 12.53º | 0.74% | 0.42% | - |
| HSV(B) | 12.53º | 0.85% | 0.73% | - |
| XYZ | 22.13 | 13.86 | 2.61 | - |
| YUV | 94.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 28 | 0 | 0.67 | 0.85 | 0.27 | 12.53 | 0.74 | 0.42 |
| Hex | BA | 3D | 1C | 0 | 43 | 55 | 1B | D | 4A | 2A |
| Octal | 272 | 75 | 34 | 0 | 103 | 125 | 33 | 15 | 112 | 52 |
| Binary | 10111010 | 111101 | 11100 | 0 | 1000011 | 1010101 | 11011 | 1101 | 1001010 | 101010 |
Color Harmonies of #BA3D1C
Complementary color
Monochromatic Colors of #BA3D1C
Black with #BA3D1C
Text Example
Text Example
White with #BA3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D1C; }
p { color: rgb(186,61,28); }
H1.HeaderClassName
{
color: #BA3D1C;
}
.AnyTagClassName
{
color: #BA3D1C;
}
</style>
background-color css
<style>
a { background-color: #BA3D1C; }
a { background-color: rgb(186,61,28); }
div.DivClassName
{
background-color: #BA3D1C;
}
.BgClassName
{
background-color: #BA3D1C;
}
</style>
border-color css
<style>
span { border-color: #BA3D1C; }
span { border-color: rgb(186,61,28); }
td.TdClassName
{
border-color: #BA3D1C;
}
.TagClassName
{
border-color: #BA3D1C;
}
</style>