Shades of Rust #BA4212
Tints of Rust #BA4212
RGB
CMYK
RGB Variations
Color information
#BA4212 (or 0xBA4212) is known color: Rust. HEX triplet: BA, 42 and 12. RGB value is (186,66,18). Sum of RGB (Red+Green+Blue) = 186+66+18=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4212 is #45BDED. Grayscale: #606060. Windows color (decimal): -4570606 or 1196730. OLE color: 1196730.
HSL color Cylindrical-coordinate representation of color #BA4212: hue angle of 17.14º 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 #BA4212 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.27 |
| HSL | 17.14º | 0.82% | 0.4% | - |
| HSV(B) | 17.14º | 0.9% | 0.73% | - |
| XYZ | 22.31 | 14.38 | 2.17 | - |
| YUV | 96.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 18 | 0 | 0.65 | 0.90 | 0.27 | 17.14 | 0.82 | 0.4 |
| Hex | BA | 42 | 12 | 0 | 41 | 5A | 1B | 11 | 52 | 28 |
| Octal | 272 | 102 | 22 | 0 | 101 | 132 | 33 | 21 | 122 | 50 |
| Binary | 10111010 | 1000010 | 10010 | 0 | 1000001 | 1011010 | 11011 | 10001 | 1010010 | 101000 |
Color Harmonies of #BA4212
Complementary color
Monochromatic Colors of #BA4212
Black with #BA4212
Text Example
Text Example
White with #BA4212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4212; }
p { color: rgb(186,66,18); }
H1.HeaderClassName
{
color: #BA4212;
}
.AnyTagClassName
{
color: #BA4212;
}
</style>
background-color css
<style>
a { background-color: #BA4212; }
a { background-color: rgb(186,66,18); }
div.DivClassName
{
background-color: #BA4212;
}
.BgClassName
{
background-color: #BA4212;
}
</style>
border-color css
<style>
span { border-color: #BA4212; }
span { border-color: rgb(186,66,18); }
td.TdClassName
{
border-color: #BA4212;
}
.TagClassName
{
border-color: #BA4212;
}
</style>