Shades of Rust #BA340D
Tints of Rust #BA340D
RGB
CMYK
RGB Variations
Color information
#BA340D (or 0xBA340D) is known color: Rust. HEX triplet: BA, 34 and 0D. RGB value is (186,52,13). Sum of RGB (Red+Green+Blue) = 186+52+13=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA340D is #45CBF2. Grayscale: #575757. Windows color (decimal): -4574195 or 865466. OLE color: 865466.
HSL color Cylindrical-coordinate representation of color #BA340D: hue angle of 13.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA340D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.27 |
| HSL | 13.53º | 0.87% | 0.39% | - |
| HSV(B) | 13.53º | 0.93% | 0.73% | - |
| XYZ | 21.55 | 12.92 | 1.74 | - |
| YUV | 87.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 13 | 0 | 0.72 | 0.93 | 0.27 | 13.53 | 0.87 | 0.39 |
| Hex | BA | 34 | D | 0 | 48 | 5D | 1B | E | 57 | 27 |
| Octal | 272 | 64 | 15 | 0 | 110 | 135 | 33 | 16 | 127 | 47 |
| Binary | 10111010 | 110100 | 1101 | 0 | 1001000 | 1011101 | 11011 | 1110 | 1010111 | 100111 |
Color Harmonies of #BA340D
Complementary color
Monochromatic Colors of #BA340D
Black with #BA340D
Text Example
Text Example
White with #BA340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA340D; }
p { color: rgb(186,52,13); }
H1.HeaderClassName
{
color: #BA340D;
}
.AnyTagClassName
{
color: #BA340D;
}
</style>
background-color css
<style>
a { background-color: #BA340D; }
a { background-color: rgb(186,52,13); }
div.DivClassName
{
background-color: #BA340D;
}
.BgClassName
{
background-color: #BA340D;
}
</style>
border-color css
<style>
span { border-color: #BA340D; }
span { border-color: rgb(186,52,13); }
td.TdClassName
{
border-color: #BA340D;
}
.TagClassName
{
border-color: #BA340D;
}
</style>