Shades of Rust #BA4512
Tints of Rust #BA4512
RGB
CMYK
RGB Variations
Color information
#BA4512 (or 0xBA4512) is known color: Rust. HEX triplet: BA, 45 and 12. RGB value is (186,69,18). Sum of RGB (Red+Green+Blue) = 186+69+18=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4512 is #45BAED. Grayscale: #626262. Windows color (decimal): -4569838 or 1197498. OLE color: 1197498.
HSL color Cylindrical-coordinate representation of color #BA4512: hue angle of 18.21º 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 #BA4512 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.27 |
| HSL | 18.21º | 0.82% | 0.4% | - |
| HSV(B) | 18.21º | 0.9% | 0.73% | - |
| XYZ | 22.49 | 14.74 | 2.23 | - |
| YUV | 98.17 | 82.76 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 18 | 0 | 0.63 | 0.90 | 0.27 | 18.21 | 0.82 | 0.4 |
| Hex | BA | 45 | 12 | 0 | 3F | 5A | 1B | 12 | 52 | 28 |
| Octal | 272 | 105 | 22 | 0 | 77 | 132 | 33 | 22 | 122 | 50 |
| Binary | 10111010 | 1000101 | 10010 | 0 | 111111 | 1011010 | 11011 | 10010 | 1010010 | 101000 |
Color Harmonies of #BA4512
Complementary color
Monochromatic Colors of #BA4512
Black with #BA4512
Text Example
Text Example
White with #BA4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4512; }
p { color: rgb(186,69,18); }
H1.HeaderClassName
{
color: #BA4512;
}
.AnyTagClassName
{
color: #BA4512;
}
</style>
background-color css
<style>
a { background-color: #BA4512; }
a { background-color: rgb(186,69,18); }
div.DivClassName
{
background-color: #BA4512;
}
.BgClassName
{
background-color: #BA4512;
}
</style>
border-color css
<style>
span { border-color: #BA4512; }
span { border-color: rgb(186,69,18); }
td.TdClassName
{
border-color: #BA4512;
}
.TagClassName
{
border-color: #BA4512;
}
</style>