Shades of Rust #BA4714
Tints of Rust #BA4714
RGB
CMYK
RGB Variations
Color information
#BA4714 (or 0xBA4714) is known color: Rust. HEX triplet: BA, 47 and 14. RGB value is (186,71,20). Sum of RGB (Red+Green+Blue) = 186+71+20=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4714 is #45B8EB. Grayscale: #636363. Windows color (decimal): -4569324 or 1329082. OLE color: 1329082.
HSL color Cylindrical-coordinate representation of color #BA4714: hue angle of 18.43º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA4714 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 20 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.27 |
| HSL | 18.43º | 0.81% | 0.4% | - |
| HSV(B) | 18.43º | 0.89% | 0.73% | - |
| XYZ | 22.63 | 15 | 2.36 | - |
| YUV | 99.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 20 | 0 | 0.62 | 0.89 | 0.27 | 18.43 | 0.81 | 0.4 |
| Hex | BA | 47 | 14 | 0 | 3E | 59 | 1B | 12 | 51 | 28 |
| Octal | 272 | 107 | 24 | 0 | 76 | 131 | 33 | 22 | 121 | 50 |
| Binary | 10111010 | 1000111 | 10100 | 0 | 111110 | 1011001 | 11011 | 10010 | 1010001 | 101000 |
Color Harmonies of #BA4714
Complementary color
Monochromatic Colors of #BA4714
Black with #BA4714
Text Example
Text Example
White with #BA4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4714; }
p { color: rgb(186,71,20); }
H1.HeaderClassName
{
color: #BA4714;
}
.AnyTagClassName
{
color: #BA4714;
}
</style>
background-color css
<style>
a { background-color: #BA4714; }
a { background-color: rgb(186,71,20); }
div.DivClassName
{
background-color: #BA4714;
}
.BgClassName
{
background-color: #BA4714;
}
</style>
border-color css
<style>
span { border-color: #BA4714; }
span { border-color: rgb(186,71,20); }
td.TdClassName
{
border-color: #BA4714;
}
.TagClassName
{
border-color: #BA4714;
}
</style>