Shades of Rust #BA4C13
Tints of Rust #BA4C13
RGB
CMYK
RGB Variations
Color information
#BA4C13 (or 0xBA4C13) is known color: Rust. HEX triplet: BA, 4C and 13. RGB value is (186,76,19). Sum of RGB (Red+Green+Blue) = 186+76+19=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4C13 is #45B3EC. Grayscale: #666666. Windows color (decimal): -4568045 or 1264826. OLE color: 1264826.
HSL color Cylindrical-coordinate representation of color #BA4C13: hue angle of 20.48º degrees, saturation: 0.81, 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 #BA4C13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 19 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.27 |
| HSL | 20.48º | 0.81% | 0.4% | - |
| HSV(B) | 20.48º | 0.9% | 0.73% | - |
| XYZ | 22.95 | 15.66 | 2.43 | - |
| YUV | 102.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 19 | 0 | 0.59 | 0.90 | 0.27 | 20.48 | 0.81 | 0.4 |
| Hex | BA | 4C | 13 | 0 | 3B | 5A | 1B | 14 | 51 | 28 |
| Octal | 272 | 114 | 23 | 0 | 73 | 132 | 33 | 24 | 121 | 50 |
| Binary | 10111010 | 1001100 | 10011 | 0 | 111011 | 1011010 | 11011 | 10100 | 1010001 | 101000 |
Color Harmonies of #BA4C13
Complementary color
Monochromatic Colors of #BA4C13
Black with #BA4C13
Text Example
Text Example
White with #BA4C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C13; }
p { color: rgb(186,76,19); }
H1.HeaderClassName
{
color: #BA4C13;
}
.AnyTagClassName
{
color: #BA4C13;
}
</style>
background-color css
<style>
a { background-color: #BA4C13; }
a { background-color: rgb(186,76,19); }
div.DivClassName
{
background-color: #BA4C13;
}
.BgClassName
{
background-color: #BA4C13;
}
</style>
border-color css
<style>
span { border-color: #BA4C13; }
span { border-color: rgb(186,76,19); }
td.TdClassName
{
border-color: #BA4C13;
}
.TagClassName
{
border-color: #BA4C13;
}
</style>