Shades of Rust #BA4812
Tints of Rust #BA4812
RGB
CMYK
RGB Variations
Color information
#BA4812 (or 0xBA4812) is known color: Rust. HEX triplet: BA, 48 and 12. RGB value is (186,72,18). Sum of RGB (Red+Green+Blue) = 186+72+18=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4812 is #45B7ED. Grayscale: #646464. Windows color (decimal): -4569070 or 1198266. OLE color: 1198266.
HSL color Cylindrical-coordinate representation of color #BA4812: hue angle of 19.29º 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 #BA4812 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.27 |
| HSL | 19.29º | 0.82% | 0.4% | - |
| HSV(B) | 19.29º | 0.9% | 0.73% | - |
| XYZ | 22.68 | 15.12 | 2.3 | - |
| YUV | 99.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 18 | 0 | 0.61 | 0.90 | 0.27 | 19.29 | 0.82 | 0.4 |
| Hex | BA | 48 | 12 | 0 | 3D | 5A | 1B | 13 | 52 | 28 |
| Octal | 272 | 110 | 22 | 0 | 75 | 132 | 33 | 23 | 122 | 50 |
| Binary | 10111010 | 1001000 | 10010 | 0 | 111101 | 1011010 | 11011 | 10011 | 1010010 | 101000 |
Color Harmonies of #BA4812
Complementary color
Monochromatic Colors of #BA4812
Black with #BA4812
Text Example
Text Example
White with #BA4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4812; }
p { color: rgb(186,72,18); }
H1.HeaderClassName
{
color: #BA4812;
}
.AnyTagClassName
{
color: #BA4812;
}
</style>
background-color css
<style>
a { background-color: #BA4812; }
a { background-color: rgb(186,72,18); }
div.DivClassName
{
background-color: #BA4812;
}
.BgClassName
{
background-color: #BA4812;
}
</style>
border-color css
<style>
span { border-color: #BA4812; }
span { border-color: rgb(186,72,18); }
td.TdClassName
{
border-color: #BA4812;
}
.TagClassName
{
border-color: #BA4812;
}
</style>