Shades of Rust #BA4713
Tints of Rust #BA4713
RGB
CMYK
RGB Variations
Color information
#BA4713 (or 0xBA4713) is known color: Rust. HEX triplet: BA, 47 and 13. RGB value is (186,71,19). Sum of RGB (Red+Green+Blue) = 186+71+19=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4713 is #45B8EC. Grayscale: #636363. Windows color (decimal): -4569325 or 1263546. OLE color: 1263546.
HSL color Cylindrical-coordinate representation of color #BA4713: hue angle of 18.68º 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 #BA4713 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.27 |
| HSL | 18.68º | 0.81% | 0.4% | - |
| HSV(B) | 18.68º | 0.9% | 0.73% | - |
| XYZ | 22.62 | 14.99 | 2.32 | - |
| YUV | 99.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 19 | 0 | 0.62 | 0.90 | 0.27 | 18.68 | 0.81 | 0.4 |
| Hex | BA | 47 | 13 | 0 | 3E | 5A | 1B | 13 | 51 | 28 |
| Octal | 272 | 107 | 23 | 0 | 76 | 132 | 33 | 23 | 121 | 50 |
| Binary | 10111010 | 1000111 | 10011 | 0 | 111110 | 1011010 | 11011 | 10011 | 1010001 | 101000 |
Color Harmonies of #BA4713
Complementary color
Monochromatic Colors of #BA4713
Black with #BA4713
Text Example
Text Example
White with #BA4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4713; }
p { color: rgb(186,71,19); }
H1.HeaderClassName
{
color: #BA4713;
}
.AnyTagClassName
{
color: #BA4713;
}
</style>
background-color css
<style>
a { background-color: #BA4713; }
a { background-color: rgb(186,71,19); }
div.DivClassName
{
background-color: #BA4713;
}
.BgClassName
{
background-color: #BA4713;
}
</style>
border-color css
<style>
span { border-color: #BA4713; }
span { border-color: rgb(186,71,19); }
td.TdClassName
{
border-color: #BA4713;
}
.TagClassName
{
border-color: #BA4713;
}
</style>