Shades of Rust #BA3B12
Tints of Rust #BA3B12
RGB
CMYK
RGB Variations
Color information
#BA3B12 (or 0xBA3B12) is known color: Rust. HEX triplet: BA, 3B and 12. RGB value is (186,59,18). Sum of RGB (Red+Green+Blue) = 186+59+18=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3B12 is #45C4ED. Grayscale: #5C5C5C. Windows color (decimal): -4572398 or 1194938. OLE color: 1194938.
HSL color Cylindrical-coordinate representation of color #BA3B12: hue angle of 14.64º 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 #BA3B12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.27 |
| HSL | 14.64º | 0.82% | 0.4% | - |
| HSV(B) | 14.64º | 0.9% | 0.73% | - |
| XYZ | 21.92 | 13.61 | 2.04 | - |
| YUV | 92.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 18 | 0 | 0.68 | 0.90 | 0.27 | 14.64 | 0.82 | 0.4 |
| Hex | BA | 3B | 12 | 0 | 44 | 5A | 1B | F | 52 | 28 |
| Octal | 272 | 73 | 22 | 0 | 104 | 132 | 33 | 17 | 122 | 50 |
| Binary | 10111010 | 111011 | 10010 | 0 | 1000100 | 1011010 | 11011 | 1111 | 1010010 | 101000 |
Color Harmonies of #BA3B12
Complementary color
Monochromatic Colors of #BA3B12
Black with #BA3B12
Text Example
Text Example
White with #BA3B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B12; }
p { color: rgb(186,59,18); }
H1.HeaderClassName
{
color: #BA3B12;
}
.AnyTagClassName
{
color: #BA3B12;
}
</style>
background-color css
<style>
a { background-color: #BA3B12; }
a { background-color: rgb(186,59,18); }
div.DivClassName
{
background-color: #BA3B12;
}
.BgClassName
{
background-color: #BA3B12;
}
</style>
border-color css
<style>
span { border-color: #BA3B12; }
span { border-color: rgb(186,59,18); }
td.TdClassName
{
border-color: #BA3B12;
}
.TagClassName
{
border-color: #BA3B12;
}
</style>