Shades of Rust #BA4612
Tints of Rust #BA4612
RGB
CMYK
RGB Variations
Color information
#BA4612 (or 0xBA4612) is known color: Rust. HEX triplet: BA, 46 and 12. RGB value is (186,70,18). Sum of RGB (Red+Green+Blue) = 186+70+18=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4612 is #45B9ED. Grayscale: #636363. Windows color (decimal): -4569582 or 1197754. OLE color: 1197754.
HSL color Cylindrical-coordinate representation of color #BA4612: hue angle of 18.57º 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 #BA4612 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.57º | 0.82% | 0.4% | - |
| HSV(B) | 18.57º | 0.9% | 0.73% | - |
| XYZ | 22.55 | 14.86 | 2.25 | - |
| YUV | 98.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 18 | 0 | 0.62 | 0.90 | 0.27 | 18.57 | 0.82 | 0.4 |
| Hex | BA | 46 | 12 | 0 | 3E | 5A | 1B | 13 | 52 | 28 |
| Octal | 272 | 106 | 22 | 0 | 76 | 132 | 33 | 23 | 122 | 50 |
| Binary | 10111010 | 1000110 | 10010 | 0 | 111110 | 1011010 | 11011 | 10011 | 1010010 | 101000 |
Color Harmonies of #BA4612
Complementary color
Monochromatic Colors of #BA4612
Black with #BA4612
Text Example
Text Example
White with #BA4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4612; }
p { color: rgb(186,70,18); }
H1.HeaderClassName
{
color: #BA4612;
}
.AnyTagClassName
{
color: #BA4612;
}
</style>
background-color css
<style>
a { background-color: #BA4612; }
a { background-color: rgb(186,70,18); }
div.DivClassName
{
background-color: #BA4612;
}
.BgClassName
{
background-color: #BA4612;
}
</style>
border-color css
<style>
span { border-color: #BA4612; }
span { border-color: rgb(186,70,18); }
td.TdClassName
{
border-color: #BA4612;
}
.TagClassName
{
border-color: #BA4612;
}
</style>