Shades of Rust #BA340C
Tints of Rust #BA340C
RGB
CMYK
RGB Variations
Color information
#BA340C (or 0xBA340C) is known color: Rust. HEX triplet: BA, 34 and 0C. RGB value is (186,52,12). Sum of RGB (Red+Green+Blue) = 186+52+12=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA340C is #45CBF3. Grayscale: #575757. Windows color (decimal): -4574196 or 799930. OLE color: 799930.
HSL color Cylindrical-coordinate representation of color #BA340C: hue angle of 13.79º 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 #BA340C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.27 |
| HSL | 13.79º | 0.88% | 0.39% | - |
| HSV(B) | 13.79º | 0.94% | 0.73% | - |
| XYZ | 21.54 | 12.92 | 1.71 | - |
| YUV | 87.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 12 | 0 | 0.72 | 0.94 | 0.27 | 13.79 | 0.88 | 0.39 |
| Hex | BA | 34 | C | 0 | 48 | 5E | 1B | E | 58 | 27 |
| Octal | 272 | 64 | 14 | 0 | 110 | 136 | 33 | 16 | 130 | 47 |
| Binary | 10111010 | 110100 | 1100 | 0 | 1001000 | 1011110 | 11011 | 1110 | 1011000 | 100111 |
Color Harmonies of #BA340C
Complementary color
Monochromatic Colors of #BA340C
Black with #BA340C
Text Example
Text Example
White with #BA340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA340C; }
p { color: rgb(186,52,12); }
H1.HeaderClassName
{
color: #BA340C;
}
.AnyTagClassName
{
color: #BA340C;
}
</style>
background-color css
<style>
a { background-color: #BA340C; }
a { background-color: rgb(186,52,12); }
div.DivClassName
{
background-color: #BA340C;
}
.BgClassName
{
background-color: #BA340C;
}
</style>
border-color css
<style>
span { border-color: #BA340C; }
span { border-color: rgb(186,52,12); }
td.TdClassName
{
border-color: #BA340C;
}
.TagClassName
{
border-color: #BA340C;
}
</style>