Shades of Rust #BA350C
Tints of Rust #BA350C
RGB
CMYK
RGB Variations
Color information
#BA350C (or 0xBA350C) is known color: Rust. HEX triplet: BA, 35 and 0C. RGB value is (186,53,12). Sum of RGB (Red+Green+Blue) = 186+53+12=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA350C is #45CAF3. Grayscale: #585858. Windows color (decimal): -4573940 or 800186. OLE color: 800186.
HSL color Cylindrical-coordinate representation of color #BA350C: hue angle of 14.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA350C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.27 |
| HSL | 14.14º | 0.88% | 0.39% | - |
| HSV(B) | 14.14º | 0.94% | 0.73% | - |
| XYZ | 21.59 | 13.01 | 1.72 | - |
| YUV | 88.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 12 | 0 | 0.72 | 0.94 | 0.27 | 14.14 | 0.88 | 0.39 |
| Hex | BA | 35 | C | 0 | 48 | 5E | 1B | E | 58 | 27 |
| Octal | 272 | 65 | 14 | 0 | 110 | 136 | 33 | 16 | 130 | 47 |
| Binary | 10111010 | 110101 | 1100 | 0 | 1001000 | 1011110 | 11011 | 1110 | 1011000 | 100111 |
Color Harmonies of #BA350C
Complementary color
Monochromatic Colors of #BA350C
Black with #BA350C
Text Example
Text Example
White with #BA350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA350C; }
p { color: rgb(186,53,12); }
H1.HeaderClassName
{
color: #BA350C;
}
.AnyTagClassName
{
color: #BA350C;
}
</style>
background-color css
<style>
a { background-color: #BA350C; }
a { background-color: rgb(186,53,12); }
div.DivClassName
{
background-color: #BA350C;
}
.BgClassName
{
background-color: #BA350C;
}
</style>
border-color css
<style>
span { border-color: #BA350C; }
span { border-color: rgb(186,53,12); }
td.TdClassName
{
border-color: #BA350C;
}
.TagClassName
{
border-color: #BA350C;
}
</style>