Shades of Rust #BA3512
Tints of Rust #BA3512
RGB
CMYK
RGB Variations
Color information
#BA3512 (or 0xBA3512) is known color: Rust. HEX triplet: BA, 35 and 12. RGB value is (186,53,18). Sum of RGB (Red+Green+Blue) = 186+53+18=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3512 is #45CAED. Grayscale: #595959. Windows color (decimal): -4573934 or 1193402. OLE color: 1193402.
HSL color Cylindrical-coordinate representation of color #BA3512: hue angle of 12.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3512 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.27 |
| HSL | 12.5º | 0.82% | 0.4% | - |
| HSV(B) | 12.5º | 0.9% | 0.73% | - |
| XYZ | 21.63 | 13.03 | 1.95 | - |
| YUV | 88.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 18 | 0 | 0.72 | 0.90 | 0.27 | 12.5 | 0.82 | 0.4 |
| Hex | BA | 35 | 12 | 0 | 48 | 5A | 1B | C | 52 | 28 |
| Octal | 272 | 65 | 22 | 0 | 110 | 132 | 33 | 14 | 122 | 50 |
| Binary | 10111010 | 110101 | 10010 | 0 | 1001000 | 1011010 | 11011 | 1100 | 1010010 | 101000 |
Color Harmonies of #BA3512
Complementary color
Monochromatic Colors of #BA3512
Black with #BA3512
Text Example
Text Example
White with #BA3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3512; }
p { color: rgb(186,53,18); }
H1.HeaderClassName
{
color: #BA3512;
}
.AnyTagClassName
{
color: #BA3512;
}
</style>
background-color css
<style>
a { background-color: #BA3512; }
a { background-color: rgb(186,53,18); }
div.DivClassName
{
background-color: #BA3512;
}
.BgClassName
{
background-color: #BA3512;
}
</style>
border-color css
<style>
span { border-color: #BA3512; }
span { border-color: rgb(186,53,18); }
td.TdClassName
{
border-color: #BA3512;
}
.TagClassName
{
border-color: #BA3512;
}
</style>