Shades of Rust #BA4912
Tints of Rust #BA4912
RGB
CMYK
RGB Variations
Color information
#BA4912 (or 0xBA4912) is known color: Rust. HEX triplet: BA, 49 and 12. RGB value is (186,73,18). Sum of RGB (Red+Green+Blue) = 186+73+18=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4912 is #45B6ED. Grayscale: #646464. Windows color (decimal): -4568814 or 1198522. OLE color: 1198522.
HSL color Cylindrical-coordinate representation of color #BA4912: hue angle of 19.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 #BA4912 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 18 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.27 |
| HSL | 19.64º | 0.82% | 0.4% | - |
| HSV(B) | 19.64º | 0.9% | 0.73% | - |
| XYZ | 22.74 | 15.25 | 2.32 | - |
| YUV | 100.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 18 | 0 | 0.61 | 0.90 | 0.27 | 19.64 | 0.82 | 0.4 |
| Hex | BA | 49 | 12 | 0 | 3D | 5A | 1B | 14 | 52 | 28 |
| Octal | 272 | 111 | 22 | 0 | 75 | 132 | 33 | 24 | 122 | 50 |
| Binary | 10111010 | 1001001 | 10010 | 0 | 111101 | 1011010 | 11011 | 10100 | 1010010 | 101000 |
Color Harmonies of #BA4912
Complementary color
Monochromatic Colors of #BA4912
Black with #BA4912
Text Example
Text Example
White with #BA4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4912; }
p { color: rgb(186,73,18); }
H1.HeaderClassName
{
color: #BA4912;
}
.AnyTagClassName
{
color: #BA4912;
}
</style>
background-color css
<style>
a { background-color: #BA4912; }
a { background-color: rgb(186,73,18); }
div.DivClassName
{
background-color: #BA4912;
}
.BgClassName
{
background-color: #BA4912;
}
</style>
border-color css
<style>
span { border-color: #BA4912; }
span { border-color: rgb(186,73,18); }
td.TdClassName
{
border-color: #BA4912;
}
.TagClassName
{
border-color: #BA4912;
}
</style>