Shades of Rust #BA4C18
Tints of Rust #BA4C18
RGB
CMYK
RGB Variations
Color information
#BA4C18 (or 0xBA4C18) is known color: Rust. HEX triplet: BA, 4C and 18. RGB value is (186,76,24). Sum of RGB (Red+Green+Blue) = 186+76+24=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4C18 is #45B3E7. Grayscale: #676767. Windows color (decimal): -4568040 or 1592506. OLE color: 1592506.
HSL color Cylindrical-coordinate representation of color #BA4C18: hue angle of 19.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA4C18 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 24 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.27 |
| HSL | 19.26º | 0.77% | 0.41% | - |
| HSV(B) | 19.26º | 0.87% | 0.73% | - |
| XYZ | 23 | 15.67 | 2.68 | - |
| YUV | 102.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 24 | 0 | 0.59 | 0.87 | 0.27 | 19.26 | 0.77 | 0.41 |
| Hex | BA | 4C | 18 | 0 | 3B | 57 | 1B | 13 | 4D | 29 |
| Octal | 272 | 114 | 30 | 0 | 73 | 127 | 33 | 23 | 115 | 51 |
| Binary | 10111010 | 1001100 | 11000 | 0 | 111011 | 1010111 | 11011 | 10011 | 1001101 | 101001 |
Color Harmonies of #BA4C18
Complementary color
Monochromatic Colors of #BA4C18
Black with #BA4C18
Text Example
Text Example
White with #BA4C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C18; }
p { color: rgb(186,76,24); }
H1.HeaderClassName
{
color: #BA4C18;
}
.AnyTagClassName
{
color: #BA4C18;
}
</style>
background-color css
<style>
a { background-color: #BA4C18; }
a { background-color: rgb(186,76,24); }
div.DivClassName
{
background-color: #BA4C18;
}
.BgClassName
{
background-color: #BA4C18;
}
</style>
border-color css
<style>
span { border-color: #BA4C18; }
span { border-color: rgb(186,76,24); }
td.TdClassName
{
border-color: #BA4C18;
}
.TagClassName
{
border-color: #BA4C18;
}
</style>